diff options
Diffstat (limited to 'tools/export_tarball/export_tarball.py')
-rw-r--r-- | tools/export_tarball/export_tarball.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/export_tarball/export_tarball.py b/tools/export_tarball/export_tarball.py index 7b9428b..e26bd8a 100644 --- a/tools/export_tarball/export_tarball.py +++ b/tools/export_tarball/export_tarball.py @@ -35,10 +35,25 @@ NONESSENTIAL_DIRS = ( 'o3d/documentation', 'o3d/samples', 'o3d/tests', + 'third_party/angle/samples/gles2_book', 'third_party/hunspell_dictionaries', + 'third_party/hunspell/tests', 'third_party/lighttpd', 'third_party/scons', + 'third_party/sqlite/test', 'third_party/vc_80', + 'third_party/xdg-utils/tests', + 'third_party/yasm/source/patched-yasm/modules/arch/x86/tests', + 'third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests', + 'third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests', + 'third_party/WebKit/JavaScriptCore/tests', 'third_party/WebKit/LayoutTests', 'v8/test', 'webkit/data/layout_tests', |