From 7a962bd802d8d85d8addff0890e5640c6c2fcf5c Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Wed, 9 Oct 2024 14:21:02 -0700 Subject: [PATCH] fix vendoring attribute (#7155) Expand out the file extensions for vendored code so git reports the status correctly --- .gitattributes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5607d8423..00a687151 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,11 @@ llm/ext_server/* linguist-vendored -llama/**/*.{cpp,hpp,h,c,cu,cuh,m} linguist-vendored +llama/**/*.cpp linguist-vendored +llama/**/*.hpp linguist-vendored +llama/**/*.h linguist-vendored +llama/**/*.c linguist-vendored +llama/**/*.cu linguist-vendored +llama/**/*.cuh linguist-vendored +llama/**/*.m linguist-vendored * text=auto *.go text eol=lf