Add LUFA .gitignore file.
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 9 May 2013 09:44:47 +0000 (11:44 +0200)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 9 May 2013 09:44:47 +0000 (11:44 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..5a5b37d
--- /dev/null
@@ -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