Sfoglia il codice sorgente

STYLE: ignore back up files

Arnaud Gelas 15 anni fa
parent
commit
c7d5191ad3
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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