From 8c4694c4de546474dd4285b222e66803b31ff8b1 Mon Sep 17 00:00:00 2001 From: oliviert Date: Tue, 27 Sep 2011 17:55:36 -0400 Subject: Fix .gitignore file --- .gitignore | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index a4f9c0a121..ecd8f25e61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -bin/ +/*/bin/ *~ *.rej *.bak @@ -7,8 +7,7 @@ javacore.* heapdump.* core.* Snap.* -target/ -bin-resources/ -binext/ -binprocessors/ -antbin/ +/*/bin-resources/ +/*/binext/ +/*/binprocessors/ +/*/antbin/ -- cgit v1.2.3