From 09f0ec136bd2d1ddeb5b81e849f5da762ca6fe48 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Fri, 8 Aug 2014 18:00:08 +0200 Subject: [PATCH] ignore all *.bak files --- test/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test/.gitignore b/test/.gitignore index 6292825..1ea3ca8 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,2 +1,3 @@ temp* *.old +*.bak