Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f00bfa2

Browse files
committed
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
1 parent 5279fb9 commit f00bfa2

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.bzrignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ Lib/test/data/*
3737
Lib/lib2to3/Grammar*.pickle
3838
Lib/lib2to3/PatternGrammar*.pickle
3939
__pycache__
40+
.coverage
41+
coverage/*
42+
htmlcov/*

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ pyconfig.h
4242
python
4343
python-gdb.py
4444
tags
45+
.coverage
46+
coverage/
47+
htmlcov/

.hgignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ PCbuild/*.bsc
6565
PCbuild/Win32-temp-*
6666
__pycache__
6767
Modules/_testembed
68+
.coverage
69+
coverage/
70+
htmlcov/

0 commit comments

Comments
 (0)