.gitignore: ignore generated test-coverage files too

This commit is contained in:
Brian Warner 2012-01-12 22:56:29 -08:00
parent 544b5476cf
commit 326b2db54a
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -22,3 +22,6 @@ Twisted-*.egg
/twisted/plugins/dropin.cache /twisted/plugins/dropin.cache
/tahoe-deps/ /tahoe-deps/
/tahoe-deps.tar.gz /tahoe-deps.tar.gz
/.coverage
/.coverage.el
/coverage-html/