diff options
author | Jonathan Chu <jonathan.chu@me.com> | 2016-02-11 22:03:05 -0500 |
---|---|---|
committer | Jonathan Chu <jonathan.chu@me.com> | 2016-02-11 22:03:05 -0500 |
commit | 6ac648f033c440f6717f490745859344dfde41ab (patch) | |
tree | 4b739bd1867fcedc20924ced365776f669104d2c /Global/Eclipse.gitignore | |
parent | a2d7278d61d5e33a9408f0b675d65b8bb60b189b (diff) | |
parent | 3a529da68ab0471328f46d43926693d706048018 (diff) | |
download | gitignore-6ac648f033c440f6717f490745859344dfde41ab.tar.gz gitignore-6ac648f033c440f6717f490745859344dfde41ab.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Global/Eclipse.gitignore')
-rw-r--r-- | Global/Eclipse.gitignore | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 0e22e957..53236b63 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,6 +1,5 @@ -*.pydevproject + .metadata -.gradle bin/ tmp/ *.tmp @@ -20,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) @@ -29,11 +31,20 @@ local.properties # Java annotation processor (APT) .factorypath -# PDT-specific +# PDT-specific (PHP Development Tools) .buildpath # sbteclipse plugin .target +# Tern plugin +.tern-project + # TeXlipse plugin .texlipse + +# STS (Spring Tool Suite) +.springBeans + +# Code Recommenders +.recommenders/ |