added gitignore
This commit is contained in:
parent
f607f3eed3
commit
1c42c8fefc
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
*~
|
||||||
|
|
||||||
|
.dep/
|
||||||
|
obj/
|
||||||
|
|
||||||
|
*.hex
|
||||||
|
*.bin
|
||||||
|
*.elf
|
||||||
|
*.sym
|
||||||
|
*.lss
|
||||||
|
*.map
|
||||||
|
*.eep
|
||||||
|
*.d
|
Loading…
Add table
Reference in a new issue