We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f15a3 commit b4f1a94Copy full SHA for b4f1a94
1 file changed
Global/Eclipse.gitignore
@@ -11,6 +11,9 @@ local.properties
11
.settings/
12
.loadpath
13
14
+# Eclipse Core
15
+.project
16
+
17
# External tool builders
18
.externalToolBuilders/
19
@@ -20,6 +23,9 @@ local.properties
20
23
# CDT-specific
21
24
.cproject
22
25
26
+# JDT-specific (Eclipse Java Development Tools)
27
+.classpath
28
29
# PDT-specific
30
.buildpath
31
0 commit comments