From f65b6dbf11449315ad7799e02773837200c0ec6f Mon Sep 17 00:00:00 2001 From: Martin Green Date: Sun, 1 May 2011 19:13:07 +0100 Subject: [PATCH] Setup files for hg to ignore (*.pyc, db*, localsettings.py) --- .hgignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..93c934d --- /dev/null +++ b/.hgignore @@ -0,0 +1,6 @@ +# use glob syntax +syntax: glob + +*.pyc +db* +localsettings.py