From: Benjamin P. Jung Date: Thu, 11 Aug 2011 14:36:05 +0000 (+0300) Subject: Add ".externalToolBuilders/" and "*.launch" X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F188%2Fhead;p=gitignore.git Add ".externalToolBuilders/" and "*.launch" *** .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. --- diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 402ead11..378c2d2b 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -13,5 +13,11 @@ local.properties .settings/ .loadpath +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + # CDT-specific .cproject