chore: keep Output/ and track .hex only; update .gitignore
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
1348
Output/DTU.hex
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user