Files
DTU-LCD/.gitignore
2026-01-25 13:23:09 +08:00

52 lines
551 B
Plaintext

# STM32/Keil MDK-ARM 编译生成文件
# 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