##// END OF EJS Templates
hgignore: simply ignore all *.exe's everywhere...
Adrian Buehlmann -
r17115:b52d08b9 default
parent child Browse files
Show More
@@ -8,6 +8,7 b' syntax: glob'
8 *.o
8 *.o
9 *.so
9 *.so
10 *.dll
10 *.dll
11 *.exe
11 *.pyd
12 *.pyd
12 *.pyc
13 *.pyc
13 *.pyo
14 *.pyo
@@ -31,7 +32,6 b' MANIFEST.in'
31 patches
32 patches
32 mercurial/__version__.py
33 mercurial/__version__.py
33 mercurial.egg-info
34 mercurial.egg-info
34 Output/Mercurial-*.exe
35 .DS_Store
35 .DS_Store
36 tags
36 tags
37 cscope.*
37 cscope.*
@@ -53,5 +53,4 b' syntax: regexp'
53
53
54 # hackable windows distribution additions
54 # hackable windows distribution additions
55 ^hg-python
55 ^hg-python
56 ^hg.exe$
57 ^hg.py$
56 ^hg.py$
General Comments 0
You need to be logged in to leave comments. Login now