From 581a63229b5d56309effb12b3af3b65c30359c58 Mon Sep 17 00:00:00 2001 From: Mitar Date: Thu, 10 Feb 2011 11:34:38 +0100 Subject: [PATCH] Added `.hgignore` file. --- .hgignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..197bd83 --- /dev/null +++ b/.hgignore @@ -0,0 +1,8 @@ +syntax: regexp +/dist$ +/build$ +^dist$ +^build$ +syntax: glob +*.egg-info +*.pyc