From 294bb9595a5cdee3ed3a2e74707c7c97cb83d5c3 Mon Sep 17 00:00:00 2001 From: Kane York Date: Mon, 30 Dec 2013 15:16:20 -0800 Subject: [PATCH] Remove .classpath and .project As per 5627d20401a51497fa1661af7428116012f4a8de --- Java.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Java.gitignore b/Java.gitignore index 72b66d6e..c296bded 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -17,9 +17,10 @@ /dist # Eclipse -/.classpath -/.project /.settings +# ! Uncomment these lines if you are not using Eclipse exclusively in the project +#/.classpath +#/.project # Netbeans /nbproject