Add coverage generated files to .gitignore

These are created when one runs tox -ecover

Change-Id: I1f3808977875c60025edbf505dbdd1063cc335e0
This commit is contained in:
Clint Byrum 2016-07-06 10:08:56 -07:00
parent 9a68df0df5
commit 5debe1b18a
1 changed files with 3 additions and 2 deletions

5
.gitignore vendored
View File

@ -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?