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
5
.gitignore
vendored
5
.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
|
||||||
@ -49,4 +50,4 @@ ChangeLog
|
|||||||
# Editors
|
# Editors
|
||||||
*~
|
*~
|
||||||
.*.swp
|
.*.swp
|
||||||
.*sw?
|
.*sw?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user