diff options
author | Jonas Schmid <jonas.schmid@gmail.com> | 2012-08-06 09:09:09 +0300 |
---|---|---|
committer | Jonas Schmid <jonas.schmid@gmail.com> | 2012-08-06 09:09:09 +0300 |
commit | 4db1b0429f567381cd3e9688e9e10bf730955760 (patch) | |
tree | fd403e398b828133ff709c035d4a0ea1a9df8eaf /Android.gitignore | |
parent | fcb11295b51f0d3edb79cf7df678e84b59126644 (diff) | |
download | gitignore-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.gitignore | 3 |
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 |