Newer
Older
GpsTracker / phoneClients / android / .gitignore
@nickfox nickfox on 30 Nov 2013 277 bytes android .gitignore
# built application files 
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

# Ignore gradle files
.gradle/
build/

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

# Proguard folder generated by Eclipse
proguard/