From 33bb2d929bf6330fd62bb826fdd43504b6bc35fc Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Wed, 10 Feb 2021 14:12:26 +0800 Subject: [PATCH] Mark cpu_features and starch as vendored code --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6a98a65..1b2dee0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ *.xz binary dsp/generated/* merge=binary linguist-generated +cpu_features/** linguist-vendored +starch/** linguist-vendored