ignore all coverage temp files

This commit is contained in:
Thomas Kriechbaumer 2016-08-18 17:27:20 +02:00
parent ec370fbc02
commit 87b5312bd5
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ MANIFEST
*.swp *.swp
*.swo *.swo
*.egg-info/ *.egg-info/
.coverage .coverage*
.idea .idea
.cache/ .cache/
.tox*/ .tox*/