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