Tweak gitignore to ignore coverage.py binaries

This commit is contained in:
Stephen Diehl
2012-02-04 02:39:07 -05:00
parent f06c163669
commit 1222c61d8f
+8 -1
View File
@@ -9,6 +9,13 @@ doc/app
*.swp
*~
.DS_Store
*.pyc
*.py[co]
.tddium
.tddium-deploy-key
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox