fix vendoring attribute (#7155)

Expand out the file extensions for vendored code so git reports the
status correctly
This commit is contained in:
Daniel Hiltgen 2024-10-09 14:21:02 -07:00 committed by GitHub
parent f9584deba5
commit 7a962bd802
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.gitattributes vendored
View file

@ -1,5 +1,11 @@
llm/ext_server/* linguist-vendored 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 * text=auto
*.go text eol=lf *.go text eol=lf