Skip to content

Commit 478fa58

Browse files
committed
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.
1 parent c1cd954 commit 478fa58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pip-delete-this-directory.txt
3737
htmlcov/
3838
.tox/
3939
.coverage
40+
.coverage.*
4041
.cache
4142
nosetests.xml
4243
coverage.xml

0 commit comments

Comments
 (0)