AVR-Playground/.gitignore

30 lines
278 B
Text
Raw Permalink Normal View History

2024-02-09 02:14:45 +01:00
# Compiled object files
*.o
*.hex
# Executables
*.exe
*.out
*.elf
# Build directories
build/
bin/
# IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Dependency directories
lib/
vendor/
# Log files
*.log
# OS generated files
.DS_Store
Thumbs.db