Explorar o código

Android: Ignore the proguard folder

When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
Jonas Schmid %!s(int64=12) %!d(string=hai) anos
pai
achega
4db1b0429f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Android.gitignore

+ 3 - 0
Android.gitignore

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