1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
Commit Graph

34 Commits

Author SHA1 Message Date
Cemre Mengu
cd49307a2c Remove extra newline (#2983) 2019-03-08 08:18:31 -04:00
Brendan Forster
e833921726
Merge pull request #2649 from lukoerfer/master
Added default annotation processing directory to Eclipse.gitignore
2018-06-17 15:41:46 -03:00
John Vandenberg
a47c27d351 Trim trailing whitespace 2018-06-05 11:09:20 +07:00
Lukas Körfer
88c8869b31
Added default annotation processing directory to Eclipse.gitignore 2018-04-02 00:39:47 +02:00
Rafi Wiener
ade08baee2 Update Eclipse.gitignore (#2556)
* Update Eclipse.gitignore

* Update Eclipse.gitignore
2017-12-26 20:04:18 +10:30
Rafael Miranda
0674ff5b5c .project and .classpath should be inside VC
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
2017-03-28 09:22:28 +02:00
sherzod
51b8b5345f [Eclipse] Add excludes kept in Scala.gitignore .
Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore
itself. Copy missing entries here.
2017-02-17 01:07:06 +05:00
sherzod
557655fa66 Update for Eclipse
Add exclusion for Scala IDE specific .cache-main files.
2016-08-16 11:59:29 +05:00
Brendan Forster
988fd7a3d2 Merge pull request #1807 from rlee287/eclipse-recommender
Added Eclipse Recommenders to Eclipse gitignore
2016-03-06 18:36:39 +11:00
Julien Carsique
71e0c804e6 Add Code Recommenders directory
Code Recommenders introduced in Eclipse Luna (4.5) creates a .recommenders directory at the root of the workspace, like .metadata
2016-01-27 23:25:49 +01:00
Brendan Forster
4b2af6fb77 Merge pull request #1387 from tyutyutyu/patch-1
Add Tern plugin to Eclipse.gitignore
2016-01-27 13:54:18 +10:30
mimibar
491eca8bda Comments
Just added some comments. Some of us don't need some of the lines in the file.
2016-01-13 13:00:10 -06:00
Dmitry Rosolko
5fa2ff2345 Update Eclipse.gitignore
Remove .gradle because it is not eclipse specific and already added in Gradle.gitignore.
2015-12-31 12:40:20 +03:00
rlee287
9d02ed63c9 Added Eclipse Recommenders to Eclipse gitignore 2015-12-19 21:48:33 -08:00
István Földházi
3885bb94a7 Update Eclipse.gitignore
Add ignore for STS's .springBeans file
2015-11-03 11:59:53 +01:00
Stéphane Veyret
a773ba9b04 Add Java APT class path to Eclipse 2015-04-24 16:28:25 +02:00
István Földházi
0bb759363f Add Tern plugin to Eclipse.gitignore
The Tern plugin generate a '.tern-project' file in the project directory. (https://github.com/angelozerr/tern.java/wiki/Tern-Eclipse-IDE)
2015-01-29 14:11:33 +01:00
Nicholas Pace
b4f1a94691 Added Eclipse JDT .classpath file, and the Eclipse core .project file to
template
2014-12-26 22:23:09 -05:00
leandrodeleite
ca4a3db967 Remove trailing space 2014-10-15 12:41:48 -03:00
Arinto Murdopo
791e8ed0ae Add output directory of sbteclipse plugin,
which is ".target" directory.
2013-12-25 07:48:34 +08:00
Alexander Karatarakis
3ade853604 Update Eclipse.gitignore 2013-11-13 03:14:12 +02:00
Adam Roben
684a4fe44b Merge pull request #805 from Utumno/patch-1
.classpath and .project files are *meant to be versioned*
2013-11-07 19:44:43 -08:00
Adam Roben
1099dea39f Merge pull request #300 from pangratz/add_texlipse
Add .texlipse for the TeXlipse Latex plugin for Eclipse
2013-11-05 09:03:04 -08:00
Harshad Sabne
5e2de71777 Add .gradle 2013-10-31 01:03:56 +05:30
Utumno
5627d20401 .classpath and .project files are *meant to be versioned*
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
2013-10-12 22:28:01 +03:00
pangratz
4ef43d6b40 Add .texlipse for the TeXlipse Latex plugin for Eclipse
This addresses #229
2012-04-19 02:53:26 +02:00
Chris Wanstrath
c61fcfd6d5 Merge pull request #173 from DenisGorbachev/patch-1
Edited Global/Eclipse.gitignore via GitHub
2011-09-01 16:34:41 -07:00
Benjamin P. Jung
ad40b5dd85 Add ".externalToolBuilders/" and "*.launch"
*** .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.
2011-08-11 17:36:05 +03:00
DenisGorbachev
48d3bbe6bb Edited Global/Eclipse.gitignore via GitHub 2011-06-27 04:55:29 -07:00
fhemberger
0ae4801e31 Added OSX icons, moved bin/** from Java to Eclipse, added *.class to Java 2010-11-10 09:06:12 +01:00
duritong
d764abff8f Ignore .loadpath file in Eclipse
This is common amongst ruby projects in eclipse.
2010-11-10 03:43:28 +08:00
Adrian Petrescu
ac35a765a4 New gitignore for Eclipse workspaces. 2010-11-08 23:53:35 -08:00
gamussa
bbdf02867f Added Eclipse and Windows gitignore files 2010-11-08 23:53:11 -08:00
lfborjas
4b3ed39721 added an ignore for eclipse (pydev) and general linux 2010-11-09 15:47:06 +08:00