From 557293b353313ff586cc3323c7dda3d5f1f4b61c Mon Sep 17 00:00:00 2001 From: Laurens Holst Date: Tue, 20 Dec 2011 20:36:40 +0100 Subject: [PATCH] ignore: add files present in the hackable-hg windows distribution --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.hgignore b/.hgignore index b39bad95b0..db36138adc 100644 --- a/.hgignore +++ b/.hgignore @@ -49,3 +49,8 @@ mercurial/parsers.py syntax: regexp ^\.pc/ ^\.(pydev)?project + +# hackable windows distribution additions +^hg-python26/ +^hg.exe$ +^hg.py$