From 9b8e269117f9b7f56f9923407d0280555b18076d Mon Sep 17 00:00:00 2001 From: liumin Date: Sat, 11 Apr 2026 08:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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