Sfoglia il codice sorgente

added gitignore for tmp files of vim and emacs

Daniel-Constantin Mierla 8 anni fa
parent
commit
30ce5cbb23
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

@@ -0,0 +1,7 @@
+# vi swaps
+.*.swp
+.*.swo
+# Emacs backup files
+*~
+# Emacs file locks
+.#*