mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
This commit is contained in:
parent
d0de3d4cc4
commit
33409d7bf3
3 changed files with 9 additions and 0 deletions
|
|
@ -40,3 +40,6 @@ __pycache__
|
|||
.coverage
|
||||
coverage/*
|
||||
htmlcov/*
|
||||
.coverage
|
||||
coverage/*
|
||||
htmlcov/*
|
||||
|
|
|
|||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -45,3 +45,6 @@ tags
|
|||
.coverage
|
||||
coverage/
|
||||
htmlcov/
|
||||
.coverage
|
||||
coverage/
|
||||
htmlcov/
|
||||
|
|
|
|||
|
|
@ -73,3 +73,6 @@ Modules/_testembed
|
|||
.coverage
|
||||
coverage/
|
||||
htmlcov/
|
||||
.coverage
|
||||
coverage/
|
||||
htmlcov/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue