Skip to content

Commit ad40b5d

Browse files
author
Benjamin P. Jung
committed
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.
1 parent 88320f2 commit ad40b5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Global/Eclipse.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@ local.properties
1313
.settings/
1414
.loadpath
1515

16+
# External tool builders
17+
.externalToolBuilders/
18+
19+
# Locally stored "Eclipse launch configurations"
20+
*.launch
21+
1622
# CDT-specific
1723
.cproject

0 commit comments

Comments
 (0)