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 编译生成文件
|
||||
|
||||
# Output 目录:仅保留 .hex 供远程发布,其余编译产物忽略
|
||||
Output/*
|
||||
!Output/*.hex
|
||||
|
||||
# Keil MDK-ARM 生成文件
|
||||
*.uvguix.*
|
||||
*.uvoptx
|
||||
@@ -14,7 +19,6 @@
|
||||
|
||||
# 链接和映射文件
|
||||
*.axf
|
||||
*.hex
|
||||
*.bin
|
||||
*.elf
|
||||
*.map
|
||||
|
||||
Reference in New Issue
Block a user