From e00e1e28f482e309d51c4a7cf0b956ab7cf04c2d Mon Sep 17 00:00:00 2001 From: ypc <15051963820@163.com> Date: Tue, 7 Jul 2026 10:40:53 +0800 Subject: [PATCH] Initial commit: add .gitignore --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35722b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# 只忽略编译出来的二进制、目标文件 +*.o +*.a +*.obj +*.lib +*.exe +*.out +*.elf +*.hex +*.map +*.d +*.su +*.pdb +*.idb +*.gch + +# 编译临时目录 +obj/ +build/ +lib/ +tmp/ + +# vscode 缓存 +.vscode/ +release/x86/ +release/arm/ + +# AI 工具 +CLAUDE.md