gitignore/Android.gitignore

28 lines
300 B
Plaintext
Raw Normal View History

2014-01-16 18:29:58 -05:00
# Built application files
2010-11-08 16:26:12 -05:00
*.apk
*.ap_
2014-01-16 18:29:58 -05:00
# Files for the Dalvik VM
2010-11-08 16:26:12 -05:00
*.dex
# Java class files
*.class
2014-01-16 18:29:58 -05:00
# Generated files
bin/
gen/
2014-01-16 18:29:58 -05:00
# Gradle files
.gradle/
build/
2015-01-07 09:10:23 -05:00
/*/build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
2014-04-19 08:40:57 -04:00
# Log Files
*.log