mirror of
https://github.com/vale981/gitignore
synced 2025-03-06 02:11:42 -05:00
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.
This commit is contained in:
parent
c1cd9540de
commit
478fa5869e
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ pip-delete-this-directory.txt
|
||||||
htmlcov/
|
htmlcov/
|
||||||
.tox/
|
.tox/
|
||||||
.coverage
|
.coverage
|
||||||
|
.coverage.*
|
||||||
.cache
|
.cache
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue