浏览代码

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 10 年之前
父节点
当前提交
478fa5869e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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