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

This commit is contained in:
Ezio Melotti 2011-06-25 20:19:54 +03:00
parent 2c316a3e29
commit 19d09d5d93
2 changed files with 6 additions and 0 deletions

View File

@ -33,3 +33,6 @@ Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*

View File

@ -62,3 +62,6 @@ PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
.coverage
coverage/
htmlcov/