Fixing git command to ignore backup files
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