From 221286c10a9d8b29487cb8d4b70b9b13826e7d89 Mon Sep 17 00:00:00 2001 From: Robert F-C Date: Thu, 8 Aug 2013 00:16:38 +1000 Subject: [PATCH] Add .gitignore change to ignore .bak files (produced by WinMerge and other editors) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8a57270c..a24cf9370 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ applet/ *~ *.orig *.rej -*.bak \ No newline at end of file +*.bak