添加.gitignore:忽略编译产物、IDE配置及OS文件

This commit is contained in:
2026-03-23 13:10:01 +08:00
parent 19689f980a
commit 275e5bb853
2 changed files with 28 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Build output
*.o
*.d
*.elf
*.hex
*.bin
*.map
*.lst
*.out
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# CubeMX / CubeIDE
*.launch
.settings/
Debug/
Release/
# OS
Thumbs.db
Desktop.ini
.DS_Store