projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b7455af
)
Add LUFA .gitignore file.
author
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 9 May 2013 09:44:47 +0000
(11:44 +0200)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Thu, 9 May 2013 09:44:47 +0000
(11:44 +0200)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
5a5b37d
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,13
@@
+*.o
+*.d
+*.elf
+*.hex
+*.eep
+*.sym
+*.bin
+*.lss
+*.map
+*.vsix
+*.bak
+LUFA/StudioIntegration/ProjectGenerator/*
+LUFA/StudioIntegration/DocBook/*
\ No newline at end of file