浏览代码

fix vendoring attribute (#7155)

Expand out the file extensions for vendored code so git reports the
status correctly
Daniel Hiltgen 6 月之前
父节点
当前提交
7a962bd802
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      .gitattributes

+ 7 - 1
.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