Added gitignore
This commit is contained in:
parent
73b3525966
commit
a09dbdac5d
1 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
*.o
|
||||||
|
*.elf
|
||||||
|
*.eep
|
||||||
|
*.hex
|
||||||
|
*.bin
|
||||||
|
*.srec
|
||||||
|
*.lst
|
||||||
|
*.map
|
||||||
|
|
||||||
|
*.pdf
|
||||||
|
|
||||||
|
plot/
|
||||||
|
fp-info-cache
|
||||||
|
*-bak
|
Loading…
Reference in a new issue