From: Jonas Schmid Date: Mon, 6 Aug 2012 06:09:09 +0000 (+0300) Subject: Android: Ignore the proguard folder X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F404%2Fhead;p=gitignore.git Android: Ignore the proguard folder When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited. --- diff --git a/Android.gitignore b/Android.gitignore index fb8e9e09..cd49c694 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -18,3 +18,6 @@ local.properties # Eclipse project files .classpath .project + +# Proguard folder generated by Eclipse +proguard/ \ No newline at end of file