From 9d6e2640f1ead8b1487daebfae86fa3204552123 Mon Sep 17 00:00:00 2001 From: Diego Plentz Date: Tue, 3 May 2011 15:12:10 -0700 Subject: [PATCH] ignore build dir and some eclipse project files. --- Java.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Java.gitignore b/Java.gitignore index 5241a722..0b8fe83c 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1 +1,5 @@ -*.class \ No newline at end of file +*.class +.classpath +.project +.settings +build \ No newline at end of file