Added a .gitignore to clean up git status' output.
This commit is contained in:
parent
81fd2c3773
commit
b655480583
|
|
@ -0,0 +1,15 @@
|
|||
*.o
|
||||
*.elf
|
||||
*.lst
|
||||
*.map
|
||||
*.sym
|
||||
*.lss
|
||||
*.eep
|
||||
*.srec
|
||||
*.bin
|
||||
*.hex
|
||||
*.al
|
||||
*.i
|
||||
*.s
|
||||
*~
|
||||
|
||||
Loading…
Reference in New Issue