diff options
author | István Földházi <istvan.foldhazi@gmail.com> | 2015-01-29 14:11:33 +0100 |
---|---|---|
committer | István Földházi <istvan.foldhazi@gmail.com> | 2015-01-29 14:11:33 +0100 |
commit | 0bb759363f51b53363666ae620e171bbf6a738c3 (patch) | |
tree | fb71cc50df3a099e26df8fe5a31a151f4cb1eb7a /Global | |
parent | 2500b4c80a732ea72aba9517a0866bcd4d47d429 (diff) | |
download | gitignore-0bb759363f51b53363666ae620e171bbf6a738c3.tar.gz gitignore-0bb759363f51b53363666ae620e171bbf6a738c3.zip |
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)
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Eclipse.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 81e44304..29d619b0 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -32,5 +32,8 @@ local.properties # sbteclipse plugin .target +# Tern plugin +.tern-project + # TeXlipse plugin .texlipse |