Android: Ignore the proguard folder

When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
This commit is contained in:
Jonas Schmid 2012-08-06 09:09:09 +03:00
parent fcb11295b5
commit 4db1b0429f
1 changed files with 3 additions and 0 deletions

View File

@ -18,3 +18,6 @@ local.properties
# Eclipse project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/