Files
25-sentry-chassis/.gitignore

67 lines
963 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================
# Keil MDK
# ============================
# 用户特定配置文件包含本地路径和用户ID
*.uvguix.*
*.uvoptx
# 编译输出 - 目标文件与依赖
*.o
*.d
*.crf
*.iex
# 编译输出 - 链接与映像
*.axf
*.hex
*.lnp
*.map
*.sct
*.dep
# 编译输出 - 报告与日志
*.htm
*.lst
*.build_log.htm
# 调试与辅助文件
*.scvd
# MDK-ARM 自动生成目录
MDK-ARM/DebugConfig/
MDK-ARM/RTE/
MDK-ARM/RM-2026-Classis/
# ============================
# STM32CubeMX
# ============================
.mxproject
# ============================
# 废弃文件
# ============================
readme.txt
# ============================
# VS Code
# ============================
.vscode/
*.code-workspace
# ============================
# Windows
# ============================
Thumbs.db
desktop.ini
*.db
# ============================
# 通用临时/备份文件
# ============================
*.tmp
*.bak
*.log
*.swp
*~