From 94dfb5c933739fc69f8a6c083899d1cd313bc514 Mon Sep 17 00:00:00 2001
From: James Cook <james@lindenlab.com>
Date: Mon, 2 Nov 2009 08:48:33 -0800
Subject: [PATCH] Ignore WinMerge .bak temp files. Not reviewed.

---
 .hgignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.hgignore b/.hgignore
index 8e02212e798..454be00dbff 100644
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,10 @@
 syntax: glob
 
+# WinMerge temp files
+*.bak
+# Compiled python bytecode
 *.pyc
+# Emacs temp files
 *~
 .*.swp
 LICENSES
-- 
GitLab