From 3c0b7f21eb27e0714f7e7401377a359396ed7a20 Mon Sep 17 00:00:00 2001 From: josephlee021 Date: Thu, 16 Jan 2014 20:55:04 -0600 Subject: [PATCH] Add bin to suggested default directory excludes Prevent packaging apks in apks in apks... --- buildozer/default.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildozer/default.spec b/buildozer/default.spec index e7dfe80d2..754466771 100644 --- a/buildozer/default.spec +++ b/buildozer/default.spec @@ -19,7 +19,7 @@ source.include_exts = py,png,jpg,kv,atlas #source.exclude_exts = spec # (list) List of directory to exclude (let empty to not exclude anything) -#source.exclude_dirs = tests +#source.exclude_dirs = tests, bin # (list) List of exclusions using pattern matching #source.exclude_patterns = license,images/*/*.jpg