Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Global/Eclipse] Make .project opt-in (#3305) | Douglas Larson | 2020-02-09 | 1 | -0/+4 |
| | | | The project description file. | ||||
* | Add apt_generated_test/ (#3193) | Oliver Kopp | 2019-10-03 | 1 | -0/+1 |
| | |||||
* | Remove extra newline (#2983) | Cemre Mengu | 2019-03-08 | 1 | -1/+0 |
| | |||||
* | Merge pull request #2649 from lukoerfer/master | Brendan Forster | 2018-06-17 | 1 | -0/+3 |
|\ | | | | | Added default annotation processing directory to Eclipse.gitignore | ||||
| * | Added default annotation processing directory to Eclipse.gitignore | Lukas Körfer | 2018-04-02 | 1 | -0/+3 |
| | | |||||
* | | Trim trailing whitespace | John Vandenberg | 2018-06-05 | 1 | -1/+1 |
|/ | |||||
* | Update Eclipse.gitignore (#2556) | Rafi Wiener | 2017-12-26 | 1 | -0/+3 |
| | | | | | | * Update Eclipse.gitignore * Update Eclipse.gitignore | ||||
* | .project and .classpath should be inside VC | Rafael Miranda | 2017-03-28 | 1 | -6/+0 |
| | | | From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F | ||||
* | [Eclipse] Add excludes kept in Scala.gitignore . | sherzod | 2017-02-17 | 1 | -0/+2 |
| | | | | | Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore itself. Copy missing entries here. | ||||
* | Update for Eclipse | sherzod | 2016-08-16 | 1 | -0/+3 |
| | | | | Add exclusion for Scala IDE specific .cache-main files. | ||||
* | Merge pull request #1807 from rlee287/eclipse-recommender | Brendan Forster | 2016-03-06 | 1 | -0/+1 |
|\ | | | | | Added Eclipse Recommenders to Eclipse gitignore | ||||
| * | Added Eclipse Recommenders to Eclipse gitignore | rlee287 | 2015-12-19 | 1 | -0/+1 |
| | | |||||
* | | Add Code Recommenders directory | Julien Carsique | 2016-01-27 | 1 | -0/+3 |
| | | | | | | Code Recommenders introduced in Eclipse Luna (4.5) creates a .recommenders directory at the root of the workspace, like .metadata | ||||
* | | Merge pull request #1387 from tyutyutyu/patch-1 | Brendan Forster | 2016-01-27 | 1 | -0/+3 |
|\ \ | | | | | | | Add Tern plugin to Eclipse.gitignore | ||||
| * | | Add Tern plugin to Eclipse.gitignore | István Földházi | 2015-01-29 | 1 | -0/+3 |
| | | | | | | | | | The Tern plugin generate a '.tern-project' file in the project directory. (https://github.com/angelozerr/tern.java/wiki/Tern-Eclipse-IDE) | ||||
* | | | Comments | mimibar | 2016-01-13 | 1 | -3/+6 |
| | | | | | | | | | Just added some comments. Some of us don't need some of the lines in the file. | ||||
* | | | Update Eclipse.gitignore | Dmitry Rosolko | 2015-12-31 | 1 | -1/+0 |
| |/ |/| | | | Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore. | ||||
* | | Update Eclipse.gitignore | István Földházi | 2015-11-03 | 1 | -0/+3 |
| | | | | | | Add ignore for STS's .springBeans file | ||||
* | | Add Java APT class path to Eclipse | Stéphane Veyret | 2015-04-24 | 1 | -0/+3 |
|/ | |||||
* | Added Eclipse JDT .classpath file, and the Eclipse core .project file to | Nicholas Pace | 2014-12-26 | 1 | -0/+6 |
| | | | template | ||||
* | Remove trailing space | leandrodeleite | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Add output directory of sbteclipse plugin, | Arinto Murdopo | 2013-12-25 | 1 | -0/+3 |
| | | | | which is ".target" directory. | ||||
* | Update Eclipse.gitignore | Alexander Karatarakis | 2013-11-13 | 1 | -3/+2 |
| | |||||
* | Merge pull request #805 from Utumno/patch-1 | Adam Roben | 2013-11-07 | 1 | -2/+0 |
|\ | | | | | .classpath and .project files are *meant to be versioned* | ||||
| * | .classpath and .project files are *meant to be versioned* | Utumno | 2013-10-12 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | As is clearly stated in the [eclipse documentation](http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F). This gitignore has lead to much confusion in SO - please ammend I would guess the same is true for .pydevproject and .cproject but can't be sure/do not have any references on those Also .launch configurations are generally meant to be versioned when saved under project location. See for instance : http://stackoverflow.com/a/337317/281545 | ||||
* | | Merge pull request #300 from pangratz/add_texlipse | Adam Roben | 2013-11-05 | 1 | -0/+3 |
|\ \ | | | | | | | Add .texlipse for the TeXlipse Latex plugin for Eclipse | ||||
| * | | Add .texlipse for the TeXlipse Latex plugin for Eclipse | pangratz | 2012-04-19 | 1 | -0/+3 |
| |/ | | | | | | | This addresses #229 | ||||
* / | Add .gradle | Harshad Sabne | 2013-10-31 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #173 from DenisGorbachev/patch-1 | Chris Wanstrath | 2011-09-01 | 1 | -0/+3 |
|\ | | | | | Edited Global/Eclipse.gitignore via GitHub | ||||
| * | Edited Global/Eclipse.gitignore via GitHub | DenisGorbachev | 2011-06-27 | 1 | -0/+3 |
| | | |||||
* | | Add ".externalToolBuilders/" and "*.launch" | Benjamin P. Jung | 2011-08-11 | 1 | -0/+6 |
|/ | | | | | | | *** .externalToolBuilders/ This directory stores project-specific launch configurations for external tool builders, such as ant tasks that have to be executed to fulfill the build lifecycle *** *.launch It is possible to store "eclipse launch configurations" in external files. These (XML-)files may be stored anywhere within your projects and will be discovered by Eclipse automagically. | ||||
* | Added OSX icons, moved bin/** from Java to Eclipse, added *.class to Java | fhemberger | 2010-11-10 | 1 | -1/+2 |
| | |||||
* | Ignore .loadpath file in Eclipse | duritong | 2010-11-10 | 1 | -0/+1 |
| | | | | This is common amongst ruby projects in eclipse. | ||||
* | New gitignore for Eclipse workspaces. | Adrian Petrescu | 2010-11-08 | 1 | -0/+5 |
| | |||||
* | Added Eclipse and Windows gitignore files | gamussa | 2010-11-08 | 1 | -1/+8 |
| | |||||
* | added an ignore for eclipse (pydev) and general linux | lfborjas | 2010-11-09 | 1 | -0/+3 |