config/.gitignore
Al Bailey 9e31cab1d4 Fixing up tox -e cover for stx-config
In the environments that support tox -e py27
those tox.ini will also work with tox -e cover

Currently sysinv is at 34%
Currently controllerconfig is at 6%

Story: 2004515
Task: 28605
Change-Id: I9064ef7a6ca50dec749a2a5b34a03b0fd2283b4e
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-12-20 08:53:15 -06:00

34 lines
317 B
Plaintext

*.a
*.egg
*.egg-info
*.o
*.py[co]
*.pyc
*.so
*.sqlite
.*.swp
.coverage
.installed.cfg
.testrepository
.tox
.venv
AUTHORS
ChangeLog
_build
build
cover
coverage.xml
develop-eggs
dist
eggs
sdist
# Sphinx documentation
doc/build/
# Release Notes documentation
releasenotes/build
# Api Ref documentation
api-ref/build/