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

This commit is contained in:
Ezio Melotti 2011-06-25 12:36:38 +03:00
parent 5279fb99cb
commit f00bfa2019
3 changed files with 9 additions and 0 deletions

View file

@ -37,3 +37,6 @@ Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*

3
.gitignore vendored
View file

@ -42,3 +42,6 @@ pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/

View file

@ -65,3 +65,6 @@ PCbuild/*.bsc
PCbuild/Win32-temp-*
__pycache__
Modules/_testembed
.coverage
coverage/
htmlcov/