chroma/.gitattributes
NotAShelf 8df203732e
meta: mark all vendored headers as linguist-vendored
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I7030f6ad2aeba80cdb08315011f731916a6a6964
2026-05-01 13:10:24 +03:00

8 lines
342 B
Text

# Vendored headers are vendored code, to the surprise of absolutely noone.
# See:
# <https://github.com/github-linguist/linguist/blob/main/docs/overrides.md#vendored-code>
/include/**/* linguist-vendored
# Don't think linguist can detect XML, but let's tell it that the protocols are
# vendored *anyway*.
/protocols/*.xml linguist-vendored