1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 22:20:01 +02:00
gitignore/Android.gitignore
Jonas Schmid 4db1b0429f Android: Ignore the proguard folder
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
2012-08-06 09:09:09 +03:00

23 lines
280 B
Plaintext

# 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
# Proguard folder generated by Eclipse
proguard/