From 8456c81545c8ee772dfdda888e1ed5cfe999567a Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Thu, 28 Mar 2013 18:59:49 +0800 Subject: Update .gitignore --- .gitignore | 35 ++++++----------------------------- 1 file 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 -- cgit v1.2.3