From 4db1b0429f567381cd3e9688e9e10bf730955760 Mon Sep 17 00:00:00 2001 From: Jonas Schmid Date: Mon, 6 Aug 2012 09:09:09 +0300 Subject: [PATCH] Android: Ignore the proguard folder When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) 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