Browse Source

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

Nicholas Pace 10 years ago
parent
commit
b4f1a94691
1 changed files with 6 additions and 0 deletions
  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