33 lines
357 B
Plaintext
33 lines
357 B
Plaintext
# Ignore CubeIDE build folders
|
|
/Debug/
|
|
/Release/
|
|
|
|
# STM32CubeIDE metadata (optional to ignore)
|
|
.settings/
|
|
*.launch
|
|
*.log
|
|
|
|
# Object and dependency files
|
|
*.o
|
|
*.d
|
|
*.dep
|
|
*.map
|
|
*.lst
|
|
|
|
# Binary files
|
|
*.elf
|
|
*.bin
|
|
*.hex
|
|
|
|
# Backup / temp files
|
|
*~
|
|
*.swp
|
|
*.bak
|
|
|
|
# Ignore build system output
|
|
/build/
|
|
*.build
|
|
|
|
# IDE indexer and config files (optional)
|
|
.cproject
|
|
.project |