From 96ef7ed7a6d37d1b17dfdaf0670e64f670106a77 Mon Sep 17 00:00:00 2001 From: 0xSeb Date: Tue, 20 Oct 2015 09:32:14 +0200 Subject: [PATCH] Updated .gitignore to work with eclipse projects. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 8e255ce..80a3461 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,8 @@ out/ *.gradle gradlew gradlew.bat +.classpath +.metadata/ +.project +.settings/ +bin/ \ No newline at end of file