From db3e67366787c3b6091a63cf410883da4867ec51 Mon Sep 17 00:00:00 2001 From: xqq27 <834160466@qq.com> Date: Sun, 10 May 2026 21:35:10 +0800 Subject: [PATCH] git ignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ba93cb9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +*.crf +*.d +*.o +*.lst +*.obj +*.htm +*.uvgui.* +*.lnp +*.map +*.SBR +*.__i +*.template +*.uvoptx + +# 忽略所有以 TianyunV1.uvguix. 开头的文件 +TianyunV1.uvguix.* + +*.scvd + +Project/DebugConfig +Project/Listings +Project/Objects +!*.hex +!*.axf +!*.map \ No newline at end of file