소스 검색

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
+*~