From 7efbbb21532ab84fc46b3d89632a7725f0aadfc9 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Thu, 31 Dec 2009 11:01:55 +0100 Subject: [PATCH] Added .hgignore --- .hgignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..a55e174d --- /dev/null +++ b/.hgignore @@ -0,0 +1,22 @@ +syntax: glob + +*.pyc +conf.yaml +cocoa/se/Info.plist +cocoa/me/Info.plist +cocoa/pe/Info.plist +cocoa/se/build +cocoa/me/build +cocoa/pe/build +cocoa/se/py/build +cocoa/me/py/build +cocoa/pe/py/build +cocoa/se/py/dist +cocoa/me/py/dist +cocoa/pe/py/dist +qt/base/*_rc.py +qt/base/*_ui.py +qt/se/*_ui.py +help_se/dupeguru_help +help_me/dupeguru_me_help +help_pe/dupeguru_pe_help \ No newline at end of file