Mercurial > hg
changeset 17115:b52d08b930c5
hgignore: simply ignore all *.exe's everywhere
it's not like we're going to add any exe anywhere ever
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Sun, 01 Jul 2012 10:06:16 +0200 |
parents | ca75bd99f740 |
children | d8c76c82d012 |
files | .hgignore |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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$