hgignore: simply ignore all *.exe's everywhere
authorAdrian Buehlmann <adrian@cadifra.com>
Sun, 01 Jul 2012 10:06:16 +0200
changeset 17115 b52d08b930c5
parent 17114 ca75bd99f740
child 17116 d8c76c82d012
hgignore: simply ignore all *.exe's everywhere it's not like we're going to add any exe anywhere ever
.hgignore
--- a/.hgignore	Thu Jul 05 02:25:49 2012 +0200
+++ b/.hgignore	Sun Jul 01 10:06:16 2012 +0200
@@ -8,6 +8,7 @@
 *.o
 *.so
 *.dll
+*.exe
 *.pyd
 *.pyc
 *.pyo
@@ -31,7 +32,6 @@
 patches
 mercurial/__version__.py
 mercurial.egg-info
-Output/Mercurial-*.exe
 .DS_Store
 tags
 cscope.*
@@ -53,5 +53,4 @@
 
 # hackable windows distribution additions
 ^hg-python
-^hg.exe$
 ^hg.py$