# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# built native files
*.o
*.so

# Ignore gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties
gradle/wrapper/gradle-wrapper.properties

# Proguard folder generated by Eclipse
proguard/

# Mac OS X clutter
*.DS_Store

# Windows clutter
Thumbs.db

# iml
*.iml

# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
.idea
