| Index: tools/create_tarball.py
|
| diff --git a/tools/create_tarball.py b/tools/create_tarball.py
|
| index f51e4bbbfcc8bec68836555b4a9e432bc1da49cc..462bd9dc5679c447652774c5f912e68d905a16a2 100755
|
| --- a/tools/create_tarball.py
|
| +++ b/tools/create_tarball.py
|
| @@ -41,6 +41,7 @@ versiondir = ''
|
|
|
| # Ignore Git/SVN files, checked-in binaries, backup files, etc..
|
| ignoredPaths = ['tools/testing/bin',
|
| + 'tools/sdks',
|
| 'third_party/7zip', 'third_party/android_tools',
|
| 'third_party/clang', 'third_party/d8',
|
| 'third_party/firefox_jsshell']
|
|
|