From f2eac47666984e980f49e837f7cde7f0818038d1 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Sun, 27 Jul 2008 14:09:47 +0400 Subject: [PATCH] Added '*~' entry to .hgignore, gedit loves making them much --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index a54aa790..b91b80bc 100644 --- a/.hgignore +++ b/.hgignore @@ -1,5 +1,6 @@ syntax: glob Makefile +*~ *.o *.so *.lo