Permalink
Switch branches/tags
Nothing to show
Find file
f1a0159 May 4, 2016
28 lines (19 sloc) 277 Bytes
# Java build artifacts class files
*.class
# other generated files
bin/
gen/
build/
# local configuration file (for Android sdk path, etc)
local.properties
# OSX files
.DS_Store
# Eclipse project files
.classpath
.project
# Android Studio
*.iml
.idea
.gradle
#NDK
obj/