From 8a47a81dde462de1852f1f0550710afade29983c Mon Sep 17 00:00:00 2001 From: ikeike443 Date: Thu, 27 Oct 2011 11:04:05 +0900 Subject: [PATCH] Delete duplicated "eclipse" and support ignoring IDEA's metafile such as *.iml, *.eml --- PlayFramework.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index dea05b4c..6366fda1 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -12,5 +12,6 @@ logs precompiled tmp test-result -eclipse server.pid +*.iml +*.eml