]> source.dussan.org Git - gitignore.git/commitdiff
Android: Ignore the proguard folder 404/head
authorJonas Schmid <jonas.schmid@gmail.com>
Mon, 6 Aug 2012 06:09:09 +0000 (09:09 +0300)
committerJonas Schmid <jonas.schmid@gmail.com>
Mon, 6 Aug 2012 06:09:09 +0000 (09:09 +0300)
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.

Android.gitignore

index fb8e9e091f626ef582179550a350c20ad77030d4..cd49c694c921412b90784821bd468482f41b87ee 100644 (file)
@@ -18,3 +18,6 @@ local.properties
 # Eclipse project files
 .classpath
 .project
+
+# Proguard folder generated by Eclipse
+proguard/
\ No newline at end of file