From 720bfeb435ca77f3d8983b46455d1f4e35ae8134 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Wed, 18 Aug 2010 15:10:25 +0200 Subject: [PATCH] Add a .hgignore file --- .hgignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..7b57480d --- /dev/null +++ b/.hgignore @@ -0,0 +1,3 @@ +syntax: glob +output/* +*.pyc