Adding htmlcov/ directory to gitignore.

This directory is HTML output generated by

$ coverage html

and can be used to find things such as branch misses in tests.
This commit is contained in:
Danny Hermes
2015-08-24 16:32:39 -07:00
parent 1d2c9c14fc
commit 401fb51d19

1
.gitignore vendored
View File

@@ -15,6 +15,7 @@ docs/_build
.coverage .coverage
coverage.xml coverage.xml
nosetests.xml nosetests.xml
htmlcov/
# Files with private / local data # Files with private / local data
scripts/local_test_setup scripts/local_test_setup