From 0e8112d32290382b1b38f84bb254543a533ae995 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sat, 18 Dec 2010 21:31:06 -0500 Subject: [PATCH] Added vim undo files to the ignore list. --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index a4a0ce2bc8..607aae8b6c 100755 --- a/.hgignore +++ b/.hgignore @@ -5,6 +5,7 @@ syntax:regexp .orig$ .egg-info .*,cover +.un~ \.coverage \.DS_Store test.cfg -- 2.47.2