touchscreengames/.gitignore
2025-10-17 20:09:25 +02:00

35 lines
346 B
Plaintext

# Ignore build outputs
/Debug/
/Release/
# STM32 auto-generated folders
/Drivers/
/MXGeneratedFiles/
/Middlewares/
/build/
/*.ioc
# Ignore user-specific or IDE files
*.launch
*.settings/
*.project
*.cproject
# Compiled object files
*.o
*.elf
*.bin
*.hex
*.map
*.d
# Ignore backup files
*~
*.swp
*.bak
# Don't ignore version control
!.git/