Browse Source

added gitignore for tmp files of vim and emacs

Daniel-Constantin Mierla 8 năm trước cách đây
mục cha
commit
30ce5cbb23
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      .gitignore

+ 7 - 0
.gitignore

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