Explorar el Código

fix vendoring attribute for metal (#7156)

Add missing metal files to vendoring list
Daniel Hiltgen hace 6 meses
padre
commit
cd7e01e8b9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .gitattributes

+ 1 - 0
.gitattributes

@@ -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