Update .gitignore

This commit is contained in:
garbagemule 2013-06-25 00:38:06 +02:00
parent 534ddbb6e9
commit 255908a7aa
1 changed files with 11 additions and 5 deletions

16
.gitignore vendored
View File

@ -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/
# Misc files
MobArena.jar
build.properties