Skip to content

Commit

Permalink
TST: Add coverage output to gitignore.
Browse files Browse the repository at this point in the history
Ignore `htmlcov` directory created by `coverage html`.
  • Loading branch information
Eddie Hebert committed Aug 18, 2016
1 parent f8ff0b3 commit 11db8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sdist
develop-eggs
.installed.cfg
coverage.xml
htmlcov
nosetests.xml

# C Extensions
Expand Down

0 comments on commit 11db8b2

Please sign in to comment.