Add coverage related files to .gitignore

This commit is contained in:
Gergely Polonkai 2015-04-11 00:10:02 +02:00
parent 20d1786727
commit b742234dba

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
*.pyc
/db.sqlite3
/venv/
/.coverage
/htmlcov/