From 51ba96b2be78aeb210cd8d4a0270250cc63273d9 Mon Sep 17 00:00:00 2001 From: JJ Jordan Date: Wed, 23 Aug 2017 09:55:09 +0000 Subject: [PATCH] Ignore backup files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f557ef4..aed4272 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,7 @@ _testmain.go *.prof # OS specific -.DS_Store \ No newline at end of file +.DS_Store + +# Backup filese +*~