##// END OF EJS Templates
win32: ignore all installers generated in Output/
Steve Borho -
r5622:ea262565 default
parent child Browse files
Show More
@@ -1,29 +1,29 b''
1 syntax: glob
1 syntax: glob
2
2
3 *.elc
3 *.elc
4 *.orig
4 *.orig
5 *.rej
5 *.rej
6 *~
6 *~
7 *.mergebackup
7 *.mergebackup
8 *.o
8 *.o
9 *.so
9 *.so
10 *.pyc
10 *.pyc
11 *.swp
11 *.swp
12 *.prof
12 *.prof
13 tests/.coverage*
13 tests/.coverage*
14 tests/annotated
14 tests/annotated
15 tests/*.err
15 tests/*.err
16 build
16 build
17 contrib/hgsh/hgsh
17 contrib/hgsh/hgsh
18 dist
18 dist
19 doc/*.[0-9]
19 doc/*.[0-9]
20 doc/*.[0-9].gendoc.txt
20 doc/*.[0-9].gendoc.txt
21 doc/*.[0-9].{x,ht}ml
21 doc/*.[0-9].{x,ht}ml
22 MANIFEST
22 MANIFEST
23 patches
23 patches
24 mercurial/__version__.py
24 mercurial/__version__.py
25 Output/Mercurial-*.exe
25 .DS_Store
26 .DS_Store
26
27
27 syntax: regexp
28 syntax: regexp
28 ^\.pc/
29 ^\.pc/
29 Output/Mercurial-[0-9.]*.exe
General Comments 0
You need to be logged in to leave comments. Login now