##// END OF EJS Templates
Ignore the .exe setup file for Windows
Marco Barisione -
r2383:dec7aa40 default
parent child Browse files
Show More
@@ -1,24 +1,25
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/annotated
13 tests/*.err
13 tests/*.err
14 build
14 build
15 dist
15 dist
16 Output/Mercurial-[0-9.]*.exe
16 doc/*.[0-9]
17 doc/*.[0-9]
17 doc/*.[0-9].gendoc.txt
18 doc/*.[0-9].gendoc.txt
18 doc/*.[0-9].{x,ht}ml
19 doc/*.[0-9].{x,ht}ml
19 MANIFEST
20 MANIFEST
20 patches
21 patches
21 mercurial/__version__.py
22 mercurial/__version__.py
22
23
23 syntax: regexp
24 syntax: regexp
24 ^\.pc/
25 ^\.pc/
General Comments 0
You need to be logged in to leave comments. Login now