From 39fe54427deddfb11dea6209496b5bcdcaaadd05 Mon Sep 17 00:00:00 2001 From: "Tom Cocagne (vubuntu)" Date: Mon, 30 Aug 2010 23:37:47 -0400 Subject: initial commit --- .hgignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .hgignore (limited to '.hgignore') diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..ece540b --- /dev/null +++ b/.hgignore @@ -0,0 +1,19 @@ +syntax: re +# This line is a comment, and will be skipped. +# Empty lines are skipped too. + +# Backup files left behind by the Emacs editor. +/*~ + +\.pyc$ + +# Lock files used by the Emacs editor. +# Notice that the "#" character is quoted with a backslash. +# This prevents it from being interpreted as starting a comment. +.*\#.* + +\.so$ +\.o$ + +.*old_.* +\.orig$ -- cgit v1.2.3