Browse Source

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 12 năm trước cách đây
mục cha
commit
4db1b0429f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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/