.gitignore should ignore htmlcov directory

The ./htmlcov directory is generated by 'make cover' and holds coverage statistics.
This commit is contained in:
Charles Merriam 2015-01-29 10:58:06 -08:00
parent 588d15e626
commit 00053f35e5
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -37,6 +37,7 @@ python
python.exe
.idea
dist
htmlcov
MANIFEST