gitignore: Add .coverage file to .gitignore

This commit is contained in:
Tomas Babej 2015-03-28 10:56:59 +01:00
parent 73a0db867e
commit d23017b4a7

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*/__pycache__
*.pyc
.coverage