diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-03-28 18:59:49 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-03-28 18:59:49 +0800 |
commit | 8456c81545c8ee772dfdda888e1ed5cfe999567a (patch) | |
tree | 3d1353d12df8d99c3d1ad27a725b9e072da0037a /.gitignore | |
parent | 9bfa0064292e829bd75eca15f7e6fcadcc8fbfa1 (diff) | |
download | 2021-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-- | .gitignore | 35 |
1 files changed, 6 insertions, 29 deletions
@@ -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 |