aboutsummaryrefslogtreecommitdiffstats
path: root/Android.gitignore
diff options
context:
space:
mode:
authorJonas Schmid <jonas.schmid@gmail.com>2012-08-06 09:09:09 +0300
committerJonas Schmid <jonas.schmid@gmail.com>2012-08-06 09:09:09 +0300
commit4db1b0429f567381cd3e9688e9e10bf730955760 (patch)
treefd403e398b828133ff709c035d4a0ea1a9df8eaf /Android.gitignore
parentfcb11295b51f0d3edb79cf7df678e84b59126644 (diff)
downloadgitignore-4db1b0429f567381cd3e9688e9e10bf730955760.tar.gz
gitignore-4db1b0429f567381cd3e9688e9e10bf730955760.zip
Android: Ignore the proguard folder
When exporting a signed .apk, Ecipse creates a proguard folder in the root directory. It should not be commited.
Diffstat (limited to 'Android.gitignore')
-rw-r--r--Android.gitignore3
1 files changed, 3 insertions, 0 deletions
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