##// 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 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 12 tests/annotated
13 13 tests/*.err
14 14 build
15 15 dist
16 Output/Mercurial-[0-9.]*.exe
16 17 doc/*.[0-9]
17 18 doc/*.[0-9].gendoc.txt
18 19 doc/*.[0-9].{x,ht}ml
19 20 MANIFEST
20 21 patches
21 22 mercurial/__version__.py
22 23
23 24 syntax: regexp
24 25 ^\.pc/
General Comments 0
You need to be logged in to leave comments. Login now