re-adding gitignore and pde
This commit is contained in:
parent
c2881c47a7
commit
bb1d964712
|
|
@ -0,0 +1,15 @@
|
||||||
|
*.o
|
||||||
|
*.elf
|
||||||
|
*.lst
|
||||||
|
*.map
|
||||||
|
*.sym
|
||||||
|
*.lss
|
||||||
|
*.eep
|
||||||
|
*.srec
|
||||||
|
*.bin
|
||||||
|
*.hex
|
||||||
|
*.al
|
||||||
|
*.i
|
||||||
|
*.s
|
||||||
|
*~
|
||||||
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
/*
|
||||||
|
The existence of this file makes sources buildable with the Arduino IDE.
|
||||||
|
*/
|
||||||
Loading…
Reference in New Issue