# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
build.xml

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Editor swap/save files
*~
*.swp

# More IDE stuff
.idea/
*.iml
out
.settings/

# Imported libs
extern/*/libs/
extern/*/*/libs/

# Tests
junit-report.xml
