cpython: eaaa073a9a42 (original) (raw)

Mercurial > cpython

changeset 70951:eaaa073a9a42 3.2

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

Ezio Melotti ezio.melotti@gmail.com
date Sat, 25 Jun 2011 12:36:38 +0300
parents 9216e0a5d950
children ea43a99d7536 96ce58d2d6bd
files .bzrignore .gitignore .hgignore
diffstat 3 files changed, 9 insertions(+), 0 deletions(-)[+] [-] .bzrignore 3 .gitignore 3 .hgignore 3

line wrap: on

line diff

--- a/.bzrignore +++ b/.bzrignore @@ -37,3 +37,6 @@ Lib/test/data/ Lib/lib2to3/Grammar.pickle Lib/lib2to3/PatternGrammar*.pickle pycache +.coverage +coverage/ +htmlcov/

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

--- a/.hgignore +++ b/.hgignore @@ -65,3 +65,6 @@ PCbuild/.bsc PCbuild/Win32-temp- pycache Modules/_testembed +.coverage +coverage/ +htmlcov/