mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51: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/
|
||||
.tox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
|
|
Loading…
Add table
Reference in a new issue