We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da521d7 + 491eca8 commit def395fCopy full SHA for def395f
1 file changed
Global/Eclipse.gitignore
@@ -1,4 +1,4 @@
1
-*.pydevproject
+
2
.metadata
3
bin/
4
tmp/
@@ -19,7 +19,10 @@ local.properties
19
# Locally stored "Eclipse launch configurations"
20
*.launch
21
22
-# CDT-specific
+# PyDev specific (Python IDE for Eclipse)
23
+*.pydevproject
24
25
+# CDT-specific (C/C++ Development Tooling)
26
.cproject
27
28
# JDT-specific (Eclipse Java Development Tools)
@@ -28,7 +31,7 @@ local.properties
31
# Java annotation processor (APT)
29
32
.factorypath
30
33
-# PDT-specific
34
+# PDT-specific (PHP Development Tools)
35
.buildpath
36
37
# sbteclipse plugin
0 commit comments