From 9b94096a3b68103951fc432c9007acf5306d6d88 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 25 Oct 2011 00:21:57 +0200 Subject: Added .hgignire file. --- .hgignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .hgignore (limited to '.hgignore') diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000..e41301b5 --- /dev/null +++ b/.hgignore @@ -0,0 +1,18 @@ +# use glob syntax +syntax: glob + +*.elc +*.pyc +*~ +*.png +*.db + +# Temporary files (vim backups) +*.swp + + +CherryPy log files: +*.log + + +cfg/pyAggr3g470r.cfg -- cgit