Commit c91ab7dd by Uman Shahzad

Ignore all types of coverage files.

I was getting things like `.coverage.$user`.
parent 31ac8f5c
......@@ -33,6 +33,7 @@ assets/
# Unit test / coverage reports
.coverage
.coverage.*
htmlcov
.tox
nosetests.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment