Просмотр исходного кода

added gitignore for tmp files of vim and emacs

Daniel-Constantin Mierla 8 лет назад
Родитель
Сommit
30ce5cbb23
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

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