From e1d54d118cce837805e62c7005c4f85ee2872920 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Sep 2009 09:23:40 +0200 Subject: [PATCH] Ignore .project/.classpath --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index eb5a316..14db14a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ target +.project +.classpath -- 1.7.10.4