# HG changeset patch # User Adrian Buehlmann # Date 2012-07-01 08:06:16 # 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 --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -8,6 +8,7 @@ syntax: glob *.o *.so *.dll +*.exe *.pyd *.pyc *.pyo @@ -31,7 +32,6 @@ MANIFEST.in patches mercurial/__version__.py mercurial.egg-info -Output/Mercurial-*.exe .DS_Store tags cscope.* @@ -53,5 +53,4 @@ syntax: regexp # hackable windows distribution additions ^hg-python -^hg.exe$ ^hg.py$