From 255908a7aa11a0f945479c4dce730ddb6edd6709 Mon Sep 17 00:00:00 2001 From: garbagemule Date: Tue, 25 Jun 2013 00:38:06 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 695b0e9..ebd2f77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,24 @@ -# We don't want to add the Eclipse files. +# IDE files and folders .project .classpath +*.iml +.idea/ +.settings/ -# We can also do without .class files. +# Compiled files *.class -# And we definitely don't need OS files. +# OS files. .DS_Store* Thumbs.db -# Exclude some folders +# Misc folders bin/ build/ misc/ lib/ test/ -.settings/ \ No newline at end of file + +# Misc files +MobArena.jar +build.properties \ No newline at end of file