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.
This commit is contained in:
Benjamin P. Jung 2011-08-11 17:36:05 +03:00
parent 88320f20dc
commit ad40b5dd85
1 changed files with 6 additions and 0 deletions

View File

@ -13,5 +13,11 @@ local.properties
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject