initial avr projects (blink + interrupts)
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user