[PATCH] hgignore: simply ignore all *.exe's everywhere

Adrian Buehlmann adrian at cadifra.com
Sun Jul 1 03:08:54 CDT 2012


# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1341129976 -7200
# Node ID b66dda6306e73619d2820f7c74b27c6d959fabb7
# Parent  d0dd825abca9f626e54acede8993b4508f8a4743
hgignore: simply ignore all *.exe's everywhere

it's not like we're going to add any exe anywhere ever

diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -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$


More information about the Mercurial-devel mailing list