浏览代码

Added Eclipse JDT .classpath file, and the Eclipse core .project file to
template

Nicholas Pace 10 年之前
父节点
当前提交
b4f1a94691
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Global/Eclipse.gitignore

+ 6 - 0
Global/Eclipse.gitignore

@@ -11,6 +11,9 @@ local.properties
 .settings/
 .loadpath
 
+# Eclipse Core
+.project
+
 # External tool builders
 .externalToolBuilders/
 
@@ -20,6 +23,9 @@ local.properties
 # CDT-specific
 .cproject
 
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
 # PDT-specific
 .buildpath