From 94dfb5c933739fc69f8a6c083899d1cd313bc514 Mon Sep 17 00:00:00 2001 From: James Cook Date: Mon, 2 Nov 2009 08:48:33 -0800 Subject: Ignore WinMerge .bak temp files. Not reviewed. --- .hgignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 8e02212e79..454be00dbf 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,10 @@ syntax: glob +# WinMerge temp files +*.bak +# Compiled python bytecode *.pyc +# Emacs temp files *~ .*.swp LICENSES -- cgit v1.2.3