Add ignore files related to coverage to .gitignore

.coverage and cover are generated by tox's cover task. So we should
ignore them.

Change-Id: Ica14d566fcd7bd31fea87471178db882add7813a
This commit is contained in:
Masayuki Igawa 2014-03-07 07:47:22 +09:00
parent 3f75c50304
commit bed597363a
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -15,3 +15,5 @@ include/swift_objects/swift_large
dist
build
.testrepository
.coverage
cover/