STM32-GPIO-MODBUS-Server/.gitignore
2025-07-13 16:03:18 -05:00

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