Skip to content

Commit b4f1a94

Browse files
committed
Added Eclipse JDT .classpath file, and the Eclipse core .project file to
template
1 parent 13f15a3 commit b4f1a94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Global/Eclipse.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ local.properties
1111
.settings/
1212
.loadpath
1313

14+
# Eclipse Core
15+
.project
16+
1417
# External tool builders
1518
.externalToolBuilders/
1619

@@ -20,6 +23,9 @@ local.properties
2023
# CDT-specific
2124
.cproject
2225

26+
# JDT-specific (Eclipse Java Development Tools)
27+
.classpath
28+
2329
# PDT-specific
2430
.buildpath
2531

0 commit comments

Comments
 (0)