1
0
mirror of https://github.com/github/gitignore synced 2024-06-14 08:29:59 +02:00
gitignore/Global/Eclipse.gitignore
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

40 lines
439 B
Plaintext

*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
# Eclipse Core
.project
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# PDT-specific
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse