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
changes/04/78804/1
Masayuki Igawa 9 years ago
parent 3f75c50304
commit bed597363a

2
.gitignore vendored

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

Loading…
Cancel
Save