firmware/.gitignore
2026-01-02 15:10:22 -05:00

29 lines
144 B
Plaintext

.DS_Store
*.o
*.a
*.elf
*.bin
*.map
*.hex
*.dis
*.exe
*.log
ENV
*.swp
build/
tests/*.exp
tests/*.out
__pycache__/
*.pyc
.tags
pp
.idea/