summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStanley Huang <stanleyhuangyc@gmail.com>2013-03-28 18:59:49 +0800
committerStanley Huang <stanleyhuangyc@gmail.com>2013-03-28 18:59:49 +0800
commit8456c81545c8ee772dfdda888e1ed5cfe999567a (patch)
tree3d1353d12df8d99c3d1ad27a725b9e072da0037a /.gitignore
parent9bfa0064292e829bd75eca15f7e6fcadcc8fbfa1 (diff)
download2021-arduino-obd-8456c81545c8ee772dfdda888e1ed5cfe999567a.tar.gz
2021-arduino-obd-8456c81545c8ee772dfdda888e1ed5cfe999567a.tar.bz2
2021-arduino-obd-8456c81545c8ee772dfdda888e1ed5cfe999567a.zip
Update .gitignore
Diffstat (limited to '.gitignore')
-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