fix vendoring attribute for metal (#7156)

Add missing metal files to vendoring list
This commit is contained in:
Daniel Hiltgen 2024-10-09 15:22:36 -07:00 committed by GitHub
parent 7a962bd802
commit cd7e01e8b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitattributes vendored
View file

@ -6,6 +6,7 @@ llama/**/*.c linguist-vendored
llama/**/*.cu linguist-vendored
llama/**/*.cuh linguist-vendored
llama/**/*.m linguist-vendored
llama/**/*.metal linguist-vendored
* text=auto
*.go text eol=lf