1
0
mirror of https://github.com/github/gitignore synced 2024-06-13 16:10:01 +02:00

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

View File

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