修改gitignore文件
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -50,3 +50,15 @@ Desktop.ini
|
|||||||
*~
|
*~
|
||||||
*.log
|
*.log
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
|
# 忽略 SES 编译目录
|
||||||
|
**/SES/
|
||||||
|
**/Output/
|
||||||
|
|
||||||
|
# 忽略 IAR 其他编译产物
|
||||||
|
**/*.pbi
|
||||||
|
**/*.xcl
|
||||||
|
**/*.r79
|
||||||
|
**/*.sdf
|
||||||
|
**/*.sim
|
||||||
|
**/*.icf
|
||||||
|
|||||||
Reference in New Issue
Block a user