aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-09 11:44:47 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-09 11:44:47 +0200
commitbf6cc44ab1382597e076dd8f6737f220deb9d419 (patch)
treeab98a08d4860f1eb131c1fde3c676428731b1615 /.gitignore
parentb7455af9650498b1999caf1c6963bba367f93175 (diff)
downloadlufa-bf6cc44ab1382597e076dd8f6737f220deb9d419.tar.gz
lufa-bf6cc44ab1382597e076dd8f6737f220deb9d419.tar.bz2
lufa-bf6cc44ab1382597e076dd8f6737f220deb9d419.zip
Add LUFA .gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..5a5b37d22
--- /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