修改gitignore文件

This commit is contained in:
2026-04-11 08:52:26 +08:00
parent fc63d37ff7
commit 9b8e269117

12
.gitignore vendored
View File

@@ -50,3 +50,15 @@ Desktop.ini
*~
*.log
*.tmp
# 忽略 SES 编译目录
**/SES/
**/Output/
# 忽略 IAR 其他编译产物
**/*.pbi
**/*.xcl
**/*.r79
**/*.sdf
**/*.sim
**/*.icf