From a05fe94d90f3fe81e0cec79558d3a47ab0ead827 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 14 Aug 2012 15:31:34 +0200 Subject: [PATCH] ignore files ending in ~ --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 93c934d..891aae3 100644 --- a/.hgignore +++ b/.hgignore @@ -4,3 +4,4 @@ syntax: glob *.pyc db* localsettings.py +*~