##// 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
1 1 syntax: glob
2 2
3 3 *.elc
4 4 *.orig
5 5 *.rej
6 6 *~
7 7 *.so
8 8 *.pyc
9 9 *.swp
10 10 *.prof
11 11 tests/.coverage*
12 tests/annotated
12 13 tests/*.err
13 14 build
14 15 dist
15 16 doc/*.[0-9]
16 17 doc/*.[0-9].gendoc.txt
17 18 doc/*.[0-9].{x,ht}ml
18 19 MANIFEST
19 20 patches
20 21 mercurial/__version__.py
21 22
22 23 syntax: regexp
23 24 ^\.pc/
General Comments 0
You need to be logged in to leave comments. Login now