From 424e05c20e3473e8077a7a5b3d9d6f0a04a53f6d Mon Sep 17 00:00:00 2001 From: Gabe Goodhart Date: Fri, 27 Jun 2025 17:04:51 -0600 Subject: [PATCH] fix: Update rsync-filter for all moved/new/removed files Branch: GraniteFour Signed-off-by: Gabe Goodhart --- llama/llama.cpp/.rsync-filter | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/llama/llama.cpp/.rsync-filter b/llama/llama.cpp/.rsync-filter index 1f81b0075..2d86c7a9e 100644 --- a/llama/llama.cpp/.rsync-filter +++ b/llama/llama.cpp/.rsync-filter @@ -1,10 +1,16 @@ protect **/*.go include common/ +include common/arg.* include common/base64.* +include common/chat.* +include common/chat-parser.* include common/common.* +include common/console.* include common/json-schema-to-grammar.* include common/json.* +include common/json-partial.* include common/log.* +include common/regex-partial.* include common/sampling.* include common/stb_image.* include include/ @@ -12,12 +18,18 @@ include include/llama.* include include/llama-*.* include tools/ include tools/mtmd/ -include tools/mtmd/clip.* -include tools/mtmd/clip-impl.* -include tools/mtmd/llava.* +include tools/mtmd/*.h +include tools/mtmd/*.cpp include src/ include src/llama.* include src/llama-*.* include src/unicode-data.* include src/unicode.* +include vendor/ +include vendor/miniaudio/ +include vendor/miniaudio/*.h +include vendor/minja/ +include vendor/minja/*.hpp +include vendor/nlohmann/ +include vendor/nlohmann/*.hpp exclude *