Modify gitignore to ignore cover

Prevent generated coverage report files from being imported.

Change-Id: I9b69c91c95e5dbaac8c52cdc461dd89abd0f4d1c
This commit is contained in:
Motohiro OTSUKA 2014-09-12 15:56:40 +09:00
parent e0cdd80f61
commit d1cc364e04
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