mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
This commit is contained in:
parent
5279fb99cb
commit
f00bfa2019
@ -37,3 +37,6 @@ Lib/test/data/*
|
||||
Lib/lib2to3/Grammar*.pickle
|
||||
Lib/lib2to3/PatternGrammar*.pickle
|
||||
__pycache__
|
||||
.coverage
|
||||
coverage/*
|
||||
htmlcov/*
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -42,3 +42,6 @@ pyconfig.h
|
||||
python
|
||||
python-gdb.py
|
||||
tags
|
||||
.coverage
|
||||
coverage/
|
||||
htmlcov/
|
||||
|
Loading…
Reference in New Issue
Block a user