##// END OF EJS Templates
Ignore annotated coverage output of run-tests.py -C
Thomas Arendsen Hein -
r2151:0ce3cd33 default
parent child Browse files
Show More
@@ -1,23 +1,24 b''
1 syntax: glob
1 syntax: glob
2
2
3 *.elc
3 *.elc
4 *.orig
4 *.orig
5 *.rej
5 *.rej
6 *~
6 *~
7 *.so
7 *.so
8 *.pyc
8 *.pyc
9 *.swp
9 *.swp
10 *.prof
10 *.prof
11 tests/.coverage*
11 tests/.coverage*
12 tests/annotated
12 tests/*.err
13 tests/*.err
13 build
14 build
14 dist
15 dist
15 doc/*.[0-9]
16 doc/*.[0-9]
16 doc/*.[0-9].gendoc.txt
17 doc/*.[0-9].gendoc.txt
17 doc/*.[0-9].{x,ht}ml
18 doc/*.[0-9].{x,ht}ml
18 MANIFEST
19 MANIFEST
19 patches
20 patches
20 mercurial/__version__.py
21 mercurial/__version__.py
21
22
22 syntax: regexp
23 syntax: regexp
23 ^\.pc/
24 ^\.pc/
General Comments 0
You need to be logged in to leave comments. Login now