# gimpy mac thingy
.DS_Store

# IDEA Ignores
*.iml
*.ipr
*.iws
.idea/

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


# Generic Android ignores
bin/
target
gen/

# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Gradle files
.gradle/
build/

# Proguard folder generated by Eclipse
proguard/

#Log Files
*.log


