浏览代码

added gitignore for tmp files of vim and emacs

Daniel-Constantin Mierla 8 年之前
父节点
当前提交
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
+.#*