Browse Source

Ignore emacs backup and lock files.

Jan Janak 16 năm trước cách đây
mục cha
commit
530b267161
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -26,4 +26,7 @@ TAGS
 test/udp_flood
 utils/gen_ha1/gen_ha1
 utils/sercmd/sercmd
-*~
+# Emacs backup files
+*~
+# Emacs file locks
+.#*