swift : exclude build/

This commit is contained in:
Jhen-Jie Hong 2024-11-08 16:53:51 +08:00
parent 2516e8c4a7
commit 03914340cf

View file

@ -61,6 +61,7 @@ let package = Package(
name: "llama", name: "llama",
path: ".", path: ".",
exclude: [ exclude: [
"build",
"cmake", "cmake",
"examples", "examples",
"scripts", "scripts",