diff --git a/.gitignore b/.gitignore index bd1283c..1886df5 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,15 @@ Desktop.ini *~ *.log *.tmp + +# 忽略 SES 编译目录 +**/SES/ +**/Output/ + +# 忽略 IAR 其他编译产物 +**/*.pbi +**/*.xcl +**/*.r79 +**/*.sdf +**/*.sim +**/*.icf