Modify gitignore to ignore cover

Prevent generated coverage report files from being imported.

Change-Id: I39d2adb0c2db7baf7a84c98e323762a15ce0184c
This commit is contained in:
Motohiro OTSUKA 2014-11-20 23:24:57 +09:00
parent 94f3ede485
commit 3ef17a8cfd
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
cover
.tox
nosetests.xml
.testrepository