瀏覽代碼

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.

Benjamin P. Jung 13 年之前
父節點
當前提交
ad40b5dd85
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Global/Eclipse.gitignore

+ 6 - 0
Global/Eclipse.gitignore

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