Cleaned up and added .gitignore.

This commit is contained in:
Florian Nücke 2014-07-27 13:07:12 +02:00
parent 4be960a693
commit 0aa05ea6df

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# Gradle
/.gradle
/build
# Eclipse
/.classpath
/.project
/.settings
/bin
# IntelliJ IDEA
/*.iml
/*.ipr
/*.iws
/.idea
/out
# Debugging
/eclipse
/run