Explorar el Código

added gitignore for tmp files of vim and emacs

Daniel-Constantin Mierla hace 8 años
padre
commit
30ce5cbb23
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

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