From 8552f05c5c7b2587bc714cc61d288a9b3eec261f Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Thu, 13 May 2010 13:16:46 +0000 Subject: Add a .hgignore file. --- .hgignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..94bc967 --- /dev/null +++ b/.hgignore @@ -0,0 +1,7 @@ +build +bootstrap + +syntax:glob +*.py[co] +.sconsign* +.svn -- cgit v0.12