858a97da01
Allow and version Debug ELF/HEX artifacts while keeping other build outputs ignored. Made-with: Cursor
13 lines
133 B
Plaintext
13 lines
133 B
Plaintext
.DS_Store
|
|
|
|
# STM32CubeIDE build artifacts
|
|
Debug/*
|
|
!Debug/*.elf
|
|
!Debug/*.hex
|
|
Release/
|
|
|
|
# Tool-generated caches/temp
|
|
*.log
|
|
*.tmp
|
|
*.bak
|