Add LUFA .gitignore file.
This commit is contained in:
parent
b7455af965
commit
bf6cc44ab1
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
*.elf
|
||||||
|
*.hex
|
||||||
|
*.eep
|
||||||
|
*.sym
|
||||||
|
*.bin
|
||||||
|
*.lss
|
||||||
|
*.map
|
||||||
|
*.vsix
|
||||||
|
*.bak
|
||||||
|
LUFA/StudioIntegration/ProjectGenerator/*
|
||||||
|
LUFA/StudioIntegration/DocBook/*
|
Loading…
Add table
Add a link
Reference in a new issue