re-adding gitignore and pde

This commit is contained in:
Michael Moon 2010-08-11 09:58:56 +10:00
parent c2881c47a7
commit bb1d964712
2 changed files with 19 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
*.o
*.elf
*.lst
*.map
*.sym
*.lss
*.eep
*.srec
*.bin
*.hex
*.al
*.i
*.s
*~

4
mendel.pde Normal file
View File

@ -0,0 +1,4 @@
/*
The existence of this file makes sources buildable with the Arduino IDE.
*/