Quantcast

Fixing git command to ignore backup files

KyrosKrane [05-22-18 - 03:47]
Fixing git command to ignore backup files
Filename
.gitignore
diff --git a/.gitignore b/.gitignore
index 9b4b361..bd42194 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,5 +40,5 @@ luac.out
 *.hex

 # Backup files
-.bak
+*.bak