From a8dad3dfc71c6d8af480da0b0ad8730408a22f0d Mon Sep 17 00:00:00 2001 From: uzair Date: Tue, 21 Mar 2023 10:09:00 +0530 Subject: [PATCH] Ignore not needed directories to reduce source code size Below change is needed to reduce the size of chromium-efl-1.1.108.tar.gz file to less than 4GB for i586 architecture build to succeed. Change-Id: Ia834e52eacaa2a27419d123fabc01f6fab593cd5 Signed-off-by: uzair --- .gitattributes | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1a95f3f..414fe70 100644 --- a/.gitattributes +++ b/.gitattributes @@ -52,3 +52,12 @@ VERSION text eol=lf # Skip Tricium by default on files in third_party. third_party/** -tricium + +# Skip needed directories for tizen to reduce chromium-efl-1.1.108.tar.gz file size +third_party/angle/third_party/VK-GL-CTS/src/android export-ignore +third_party/depot_tools export-ignore +third_party/node/node_modules.tar.gz export-ignore +third_party/node/linux/node-linux-x64.tar.gz export-ignore +third_party/afl/src/testcases/archives/common/gzip/small_archive.gz export-ignore +third_party/quic_trace/src/examples/example.json.gz export-ignore + -- 2.7.4