fix vendoring attribute (#7155)
Expand out the file extensions for vendored code so git reports the status correctly
This commit is contained in:
parent
f9584deba5
commit
7a962bd802
1 changed files with 7 additions and 1 deletions
8
.gitattributes
vendored
8
.gitattributes
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue