From 5ccdacbdd451daf1de73b6efebfb3e7afa0c5fb1 Mon Sep 17 00:00:00 2001 From: Nicolas Hennion Date: Fri, 14 Dec 2012 14:59:46 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.gitignore b/.gitignore index 0000a13f..ec5a0c82 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,31 @@ *.egg-info dist build + +# Eclipse +*.pydevproject +.project +.metadata +bin/** +tmp/** +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