From 5c892e5a3bbe0c1e77f4357cb19a18df43b04fce Mon Sep 17 00:00:00 2001 From: xqq27 <834160466@qq.com> Date: Sat, 30 Nov 2024 10:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..98ad04c --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.crf +*.d +*.o +*.lst +*.obj +*.htm +*.uvgui.* +*.lnp +*.map +*.SBR +*.__i +*.template + +Project/DebugConfig +!*.hex +!*.axf +!*.map \ No newline at end of file