From eac5b8bfbdd1f1bd949b7dce2793b5afc5f64d02 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Tue, 18 Nov 2025 19:59:40 -0800 Subject: [PATCH] chore: mark vulkan shaders as vendored files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index b1279845..4e8ada93 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,8 @@ ml/backend/**/*.cu linguist-vendored ml/backend/**/*.cuh linguist-vendored ml/backend/**/*.m linguist-vendored ml/backend/**/*.metal linguist-vendored +ml/backend/**/*.comp linguist-vendored +ml/backend/**/*.glsl linguist-vendored ml/backend/**/CMakeLists.txt linguist-vendored llama/build-info.cpp linguist-generated