Add coverage generated files to .gitignore
These are created when one runs tox -ecover Change-Id: I1f3808977875c60025edbf505dbdd1063cc335e0
This commit is contained in:
parent
9a68df0df5
commit
5debe1b18a
3
.gitignore
vendored
3
.gitignore
vendored
@ -22,7 +22,8 @@ lib64
|
|||||||
pip-log.txt
|
pip-log.txt
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.coverage
|
.coverage*
|
||||||
|
cover/
|
||||||
.tox
|
.tox
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
.testrepository
|
.testrepository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user