# HG changeset patch # User Adrian Buehlmann # Date 1341129976 -7200 # Node ID b52d08b930c5f53dcc9aa3a66717c84470b2f276 # Parent ca75bd99f740e03abc1bb506f7d7120a1d172f2e hgignore: simply ignore all *.exe's everywhere it's not like we're going to add any exe anywhere ever diff -r ca75bd99f740 -r b52d08b930c5 .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$