From 965f483d8dd510ca0deeca2eb0fcb240d67a7847 Mon Sep 17 00:00:00 2001 From: Luca Orlandi Date: Tue, 4 Mar 2014 13:02:08 +0100 Subject: [PATCH] Moved eclipse and isw rules in Global/Eclipse and Global/JetBrains --- Global/Eclipse.gitignore | 2 ++ Grails.gitignore | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 984a6eff..bfbdbf71 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -2,6 +2,8 @@ .metadata .gradle bin/ +target/ +target-eclipse/ tmp/ *.tmp *.bak diff --git a/Grails.gitignore b/Grails.gitignore index 9c87ca63..6449f179 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -28,8 +28,5 @@ /web-app/plugins # "temporary" build files -/target -/target-eclipse # other -*.iws