Add cover to .gitignore

Coverage reports in the cover directory should be ignored by git

Change-Id: I4cde6b0b8fa2fa04ce6a4c308af3c37dfcdf1b5d
This commit is contained in:
Ghe Rivero 2015-03-10 19:00:50 +01:00
parent d5931d4658
commit e5d2782cef

3
.gitignore vendored
View File

@ -22,6 +22,7 @@ lib64
pip-log.txt
# Unit test / coverage reports
cover
.coverage
.tox
nosetests.xml
@ -49,4 +50,4 @@ ChangeLog
# Editors
*~
.*.swp
.*sw?
.*sw?