summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore35
1 files changed, 6 insertions, 29 deletions
diff --git a/.gitignore b/.gitignore
index 5ebd21a..7251c8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,33 +1,10 @@
-#################
-## Eclipse
-#################
-
-*.pydevproject
-.project
-.metadata
-bin/
-tmp/
-*.tmp
-*.bak
-*.swp
-*~.nib
-local.properties
-.classpath
-.settings/
-.loadpath
-
-# External tool builders
-.externalToolBuilders/
-
-# Locally stored "Eclipse launch configurations"
-*.launch
-
-# CDT-specific
-.cproject
-
-# PDT-specific
-.buildpath
+#########################
+## CodeBlocks Arduino IDE
+#########################
+.o
+.hex
+*.elf
#################
## Visual Studio