From f12aec1ccec4be37fa053803e94c3a51a0a2bb6e Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Fri, 26 Oct 2012 22:50:39 +0200 Subject: [PATCH] JBIDE-12951 add bin and target to all root .gitignores --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6f38f30863..fb60f67b1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -target -*.class +bin/ +target/