Explorar o código

Add .coverage. to Python.gitignore

When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp.
Rolf Erik Lekang %!s(int64=10) %!d(string=hai) anos
pai
achega
478fa5869e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

@@ -37,6 +37,7 @@ pip-delete-this-directory.txt
 htmlcov/
 .tox/
 .coverage
+.coverage.*
 .cache
 nosetests.xml
 coverage.xml