浏览代码

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. 二进制
      .swp

+ 1 - 0
.gitignore

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

二进制
.swp