Make git clean actually remove covhtml

This makes `git clean -df` actually remove the covhtml
directory and contents if you've run `tox -e coverage`.

Change-Id: I5db42524f9511c009289380e342b0b61f79899c2
This commit is contained in:
Matt Riedemann 2016-03-31 14:31:40 -04:00
parent f12bf9dc62
commit 7466f4abbc
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -26,7 +26,7 @@ CA/
ChangeLog
coverage.xml
cover/*
covhtml
covhtml/*
dist/*
doc/source/api/*
doc/build/*