Commit f00bfa20 authored by Ezio Melotti's avatar Ezio Melotti

#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.

parent 5279fb99
...@@ -37,3 +37,6 @@ Lib/test/data/* ...@@ -37,3 +37,6 @@ Lib/test/data/*
Lib/lib2to3/Grammar*.pickle Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle Lib/lib2to3/PatternGrammar*.pickle
__pycache__ __pycache__
.coverage
coverage/*
htmlcov/*
...@@ -42,3 +42,6 @@ pyconfig.h ...@@ -42,3 +42,6 @@ pyconfig.h
python python
python-gdb.py python-gdb.py
tags tags
.coverage
coverage/
htmlcov/
...@@ -65,3 +65,6 @@ PCbuild/*.bsc ...@@ -65,3 +65,6 @@ PCbuild/*.bsc
PCbuild/Win32-temp-* PCbuild/Win32-temp-*
__pycache__ __pycache__
Modules/_testembed Modules/_testembed
.coverage
coverage/
htmlcov/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment