Ignore not needed directories to reduce source code size 63/290163/4
authoruzair <uzair.jaleel@samsung.com>
Tue, 21 Mar 2023 04:39:00 +0000 (10:09 +0530)
committerBot Blink <blinkbot@samsung.com>
Tue, 21 Mar 2023 08:54:37 +0000 (08:54 +0000)
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 <uzair.jaleel@samsung.com>
.gitattributes

index 1a95f3f..414fe70 100644 (file)
@@ -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
+