From fadbab210099d185345363c1570be884f006948f Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Wed, 8 Oct 2008 12:25:07 +0700 Subject: [PATCH] hg option: ignore files that end with ~ --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 5b3f871..b1da1c5 100644 --- a/.hgignore +++ b/.hgignore @@ -1,4 +1,5 @@ syntax: glob +*~ *.pyc *.orig dist