]> source.dussan.org Git - gitignore.git/commitdiff
Add ".externalToolBuilders/" and "*.launch" 188/head
authorBenjamin P. Jung <headcr4sh@googlemail.com>
Thu, 11 Aug 2011 14:36:05 +0000 (17:36 +0300)
committerBenjamin P. Jung <headcr4sh@googlemail.com>
Thu, 11 Aug 2011 14:36:05 +0000 (17:36 +0300)
*** .externalToolBuilders/
This directory stores project-specific launch configurations for external tool builders, such as ant tasks that have to be executed to fulfill the build lifecycle

*** *.launch
It is possible to store "eclipse launch configurations" in external files. These (XML-)files may be stored anywhere within your projects and will be discovered by Eclipse automagically.

Global/Eclipse.gitignore

index 402ead11a747b435be3df03129f0c31ee6171df2..378c2d2bd13a2c8be78c5b609ee9952474a48bd1 100644 (file)
@@ -13,5 +13,11 @@ local.properties
 .settings/
 .loadpath
 
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
 # CDT-specific
 .cproject