Explorar el Código

STYLE: ignore back up files

Arnaud Gelas hace 15 años
padre
commit
c7d5191ad3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -1,5 +1,10 @@
 # Ignore all dotfiles...
 .*
+
+# Ignore all back-up files...
+*~
+*.bak
+
 # except for .gitignore
 !.gitignore