Explorar el Código

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

Nicholas Pace hace 10 años
padre
commit
b4f1a94691
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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