소스 검색

2020.06.30 / TC Hsu

Actions: Remove the .swp file, it is temporary file from vi or vim. usually we do not need to tracking it. And add to .gitignore list to untracking this file.

Image version    : N/A
Image checksum   : N/A

Hardware PWB P/N : N/A
Hardware Version : N/A

Files:

	modified:   .gitignore
	deleted:    .swp
TC_Hsu 4 년 전
부모
커밋
0845093a9a
2개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore
  2. BIN
      .swp

+ 1 - 0
.gitignore

@@ -21,3 +21,4 @@
 *.symtypes
 *.order
 *.elf
+.swp

BIN
.swp