0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-11 08:34:01 -05:00

Ignore more unnecessary ICU data (#923)

This commit is contained in:
Luca Casonato 2022-03-11 13:39:35 +01:00 committed by GitHub
parent 0e3f9c574a
commit 0c43be27a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,7 @@ exclude = [
"third_party/icu/android_small/", "third_party/icu/android_small/",
"third_party/icu/cast/", "third_party/icu/cast/",
"third_party/icu/chromeos/", "third_party/icu/chromeos/",
"third_party/icu/common/icudtl.dat",
"third_party/icu/common/icudtb.dat", "third_party/icu/common/icudtb.dat",
"third_party/icu/flutter/", "third_party/icu/flutter/",
"third_party/icu/ios/", "third_party/icu/ios/",