From c85ce9c9c1f0794b6e29fa9a398430e369469318 Mon Sep 17 00:00:00 2001 From: Bernd Eckenfels Date: Thu, 4 Oct 2012 04:53:41 +0200 Subject: [PATCH] .gitignore Eclipse's .project default output bin/ directory. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c9f4a19..7c1ccf4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ !/.project .project .settings +bin target *.ipr *.iml