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:
parent
6dfde09c52
commit
afd977c69d
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,7 +26,7 @@ CA/
|
|||||||
ChangeLog
|
ChangeLog
|
||||||
coverage.xml
|
coverage.xml
|
||||||
cover/*
|
cover/*
|
||||||
covhtml
|
covhtml/*
|
||||||
dist/*
|
dist/*
|
||||||
doc/source/api/*
|
doc/source/api/*
|
||||||
doc/build/*
|
doc/build/*
|
||||||
|
Loading…
Reference in New Issue
Block a user