add .gitignore
This commit is contained in:
parent
166baecfec
commit
ef664f18c0
1 changed files with 8 additions and 0 deletions
8
projekte/protothreads/.gitignore
vendored
Normal file
8
projekte/protothreads/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
*.eep
|
||||
*.elf
|
||||
*.hex
|
||||
*.lss
|
||||
*.map
|
||||
*.sym
|
||||
obj/
|
||||
.dep/
|
Reference in a new issue