chore: keep Output/ and track .hex only; update .gitignore

This commit is contained in:
2026-01-25 13:31:14 +08:00
parent 8cf6dc4254
commit 373b31adfd
2 changed files with 1353 additions and 1 deletions

6
.gitignore vendored
View File

@@ -1,4 +1,9 @@
# STM32/Keil MDK-ARM 编译生成文件 # STM32/Keil MDK-ARM 编译生成文件
# Output 目录:仅保留 .hex 供远程发布,其余编译产物忽略
Output/*
!Output/*.hex
# Keil MDK-ARM 生成文件 # Keil MDK-ARM 生成文件
*.uvguix.* *.uvguix.*
*.uvoptx *.uvoptx
@@ -14,7 +19,6 @@
# 链接和映射文件 # 链接和映射文件
*.axf *.axf
*.hex
*.bin *.bin
*.elf *.elf
*.map *.map

1348
Output/DTU.hex Normal file

File diff suppressed because it is too large Load Diff