mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-12-23 15:50:11 -05:00
Exclude unnecessary ICU data files from crate (#726)
This commit is contained in:
parent
817069ff56
commit
fcf616dc30
1 changed files with 7 additions and 0 deletions
|
@ -38,6 +38,13 @@ exclude = [
|
|||
"buildtools/third_party/libc++/trunk/utils/",
|
||||
"buildtools/third_party/libc++/trunk/www/",
|
||||
"buildtools/third_party/libc++abi/trunk/test/",
|
||||
"third_party/icu/android/",
|
||||
"third_party/icu/android_small/",
|
||||
"third_party/icu/cast/",
|
||||
"third_party/icu/chromeos/",
|
||||
"third_party/icu/common/icudtb.dat",
|
||||
"third_party/icu/flutter/",
|
||||
"third_party/icu/ios/",
|
||||
"third_party/icu/patches/",
|
||||
"third_party/icu/source/config/",
|
||||
"third_party/icu/source/data/",
|
||||
|
|
Loading…
Reference in a new issue