From e72da82b32d46daf27c4ff663e5f918058b65fd7 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 29 Sep 2025 18:45:09 +0300 Subject: [PATCH] meta: set vendored code manually Signed-off-by: NotAShelf Change-Id: I6a6a6964fbd3dbcc49825f381f980d3fd76e8766 --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d52fcb6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Vendored headers are vendored code, to the surprise of absolutely noone. +# See: +# +/include/chroma.h linguist-vendored + +# Don't think linguist can detect XML, but let's tell it that the protocols are +# vendored *anyway*. +/protocols/*.xml linguist-vendored