From c5430fe9b8673c8380a3e28157d87e7a73567ea8 Mon Sep 17 00:00:00 2001 From: George Macoukji Date: Mon, 21 May 2018 14:48:45 -0500 Subject: [PATCH] Ignore backup files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6fd0a37..9b4b361 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,6 @@ luac.out *.x86_64 *.hex +# Backup files +.bak + -- 1.7.9.5