Skip to content

Commit def395f

Browse files
committed
Merge pull request #1824 from mimibar/patch-1
Comments
2 parents da521d7 + 491eca8 commit def395f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Global/Eclipse.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*.pydevproject
1+
22
.metadata
33
bin/
44
tmp/
@@ -19,7 +19,10 @@ local.properties
1919
# Locally stored "Eclipse launch configurations"
2020
*.launch
2121

22-
# CDT-specific
22+
# PyDev specific (Python IDE for Eclipse)
23+
*.pydevproject
24+
25+
# CDT-specific (C/C++ Development Tooling)
2326
.cproject
2427

2528
# JDT-specific (Eclipse Java Development Tools)
@@ -28,7 +31,7 @@ local.properties
2831
# Java annotation processor (APT)
2932
.factorypath
3033

31-
# PDT-specific
34+
# PDT-specific (PHP Development Tools)
3235
.buildpath
3336

3437
# sbteclipse plugin

0 commit comments

Comments
 (0)