Selaa lähdekoodia

STYLE: ignore back up files

Arnaud Gelas 15 vuotta sitten
vanhempi
commit
c7d5191ad3
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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