Modify gitignore to ignore cover

Prevent generated coverage report files from being imported.

Change-Id: I3eff8afa14ec8f09e086d0357b84788acf9d5a59
This commit is contained in:
Motohiro OTSUKA 2014-09-26 14:42:02 +09:00
parent 138e8060a9
commit 01c3a3a3f7
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -23,6 +23,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
cover
.tox
nosetests.xml
.testrepository
@ -48,4 +49,4 @@ ChangeLog
# Editors
*~
.*.swp
.*.swp