From 0bb759363f51b53363666ae620e171bbf6a738c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20F=C3=B6ldh=C3=A1zi?= Date: Thu, 29 Jan 2015 14:11:33 +0100 Subject: [PATCH] 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) --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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