36 lines
321 B
Plaintext
36 lines
321 B
Plaintext
# Keil MDK-ARM
|
|
*.uvguix.*
|
|
*.uvoptx
|
|
*.lst
|
|
MDK-ARM/Objects/
|
|
MDK-ARM/Listings/
|
|
|
|
# STM32CubeIDE
|
|
Debug/
|
|
Release/
|
|
.settings/
|
|
.cproject
|
|
.project
|
|
|
|
# Build output
|
|
*.o
|
|
*.d
|
|
*.elf
|
|
*.hex
|
|
*.bin
|
|
*.map
|
|
*.axf
|
|
*.htm
|
|
*.dep
|
|
|
|
# Debug configurations
|
|
DebugConfig/
|
|
|
|
# RTE (unless you want to commit packs)
|
|
RTE/
|
|
|
|
# Temporary files
|
|
*.bak
|
|
*.tmp
|
|
*~
|