Files
embedded-programming/.gitignore
2026-04-03 09:42:37 +11:00

15 lines
171 B
Plaintext

# ignore toolchain
avr8-gnu-toolchain-win32_x86_64/
avrdude.conf
# ignore build / binary files
*.exe
*.hex
*.elf
*.o
*.map
*.log
*.bin
# optional (AVR builds)
*.lss
*.eep