diff options
author | mimibar <mimibar@users.noreply.github.com> | 2016-01-13 13:00:10 -0600 |
---|---|---|
committer | mimibar <mimibar@users.noreply.github.com> | 2016-01-13 13:00:10 -0600 |
commit | 491eca8bda234da47c8dcf32770ba8067e233822 (patch) | |
tree | e64171ba7bd563a3f743f4c9a45934cfb3631bf0 /Global | |
parent | da521d7bbf55a94eb8be611c54a6f36d6e8e5623 (diff) | |
download | gitignore-491eca8bda234da47c8dcf32770ba8067e233822.tar.gz gitignore-491eca8bda234da47c8dcf32770ba8067e233822.zip |
Comments
Just added some comments. Some of us don't need some of the lines in the file.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Eclipse.gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index fcafca5d..6229f7cf 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,4 +1,4 @@ -*.pydevproject + .metadata bin/ tmp/ @@ -19,7 +19,10 @@ local.properties # Locally stored "Eclipse launch configurations" *.launch -# CDT-specific +# PyDev specific (Python IDE for Eclipse) +*.pydevproject + +# CDT-specific (C/C++ Development Tooling) .cproject # JDT-specific (Eclipse Java Development Tools) @@ -28,7 +31,7 @@ local.properties # Java annotation processor (APT) .factorypath -# PDT-specific +# PDT-specific (PHP Development Tools) .buildpath # sbteclipse plugin |