https://github.com/mariotaku/imageviewer-gl
Raw File
Tip revision: 0aac87dfcdc45d4621c87dcc315f4f043d577a1e authored by Mariotaku Lee on 05 January 2013, 13:20:47 UTC
first commit.
Tip revision: 0aac87d
.gitignore
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

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

# Eclipse project files
.classpath
.project
back to top