浏览代码

Added *~ to the list of files ignored by git.

Files with *~ suffix are created by emacs to hold a backup copy of the
file being edited.
Jan Janak 16 年之前
父节点
当前提交
1858085659
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -26,3 +26,4 @@ TAGS
 test/udp_flood
 utils/gen_ha1/gen_ha1
 utils/sercmd/sercmd
+*~