# built application files
*.apk
*.ap_
app/release

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
build/

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

# Eclipse project files
#.classpath
#.project

# Proguard folder generated by Eclipse
proguard/

# Intellij/Android Studio project files
*.iml
*.ipr
*.iws
.idea/
.gradle


# Exclude OS X folder attributes
.DS_Store

# Exclude Dist Keys
*.key

#NDK
obj/