touchscreengames/.gitignore
2025-06-20 14:50:35 +02:00

36 lines
346 B
Plaintext

# Ignore everything by default
*
# Allow essential files and directories
!/.gitignore
!*.ioc
!Core/Src/**
!Core/Inc/**
!Drivers/**
# Ignore build artifacts
Debug/
Release/
build/
*.elf
*.hex
*.bin
*.map
*.o
*.d
*.lst
# Ignore IDE-specific files
.cproject
.project
.settings/
*.launch
# Editor/OS junk
*~
*.swp
*.bak
*.tmp
.DS_Store
Thumbs.db