Add .coverage.* to .gitignore.

This commit is contained in:
Florian Bruhin 2015-11-13 06:24:03 +01:00
parent 3695e05691
commit c29643b98d

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ __pycache__
/.coverage
/htmlcov
/.coverage.xml
/.coverage.*
/.tox
/testresults.html
/.cache