chore: add .gitignore and stop tracking build outputs
This commit is contained in:
55
.gitignore
vendored
Normal file
55
.gitignore
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
# STM32/Keil MDK-ARM 编译生成文件
|
||||
|
||||
# 编译输出目录
|
||||
Output/
|
||||
|
||||
# Keil MDK-ARM 生成文件
|
||||
*.uvguix.*
|
||||
*.uvoptx
|
||||
*.uvprojx.bak
|
||||
*.uvguix
|
||||
*.uvoptx.bak
|
||||
|
||||
# 对象文件和依赖文件
|
||||
*.o
|
||||
*.d
|
||||
*.crf
|
||||
*.lst
|
||||
|
||||
# 链接和映射文件
|
||||
*.axf
|
||||
*.hex
|
||||
*.bin
|
||||
*.elf
|
||||
*.map
|
||||
*.lnp
|
||||
|
||||
# 编译日志和报告
|
||||
*.build_log.htm
|
||||
*.htm
|
||||
*.dep
|
||||
|
||||
# 链接脚本(如果是从模板生成的)
|
||||
*.sct
|
||||
|
||||
# Debug 配置文件(用户特定)
|
||||
DebugConfig/
|
||||
*.dbgconf
|
||||
|
||||
# Event Recorder
|
||||
*.scvd
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
*.bak
|
||||
*~
|
||||
|
||||
# IDE 特定文件
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Windows 特定
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
Reference in New Issue
Block a user