From 1c7d6f8bc6fb265fb4dd852a1b273c2cdba0b687 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 16 Aug 2022 22:52:00 +0530 Subject: [PATCH] Dont sync kitty-tool to build vms --- bypy/rsync.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bypy/rsync.conf b/bypy/rsync.conf index 0879a4c4e..5fd61f610 100644 --- a/bypy/rsync.conf +++ b/bypy/rsync.conf @@ -1 +1 @@ -to_vm_excludes '/build /dist /kitty/launcher/kitty /.build-cache /tags __pycache__ /*_commands.json *.so *.pyd *.pyc *_generated.go' +to_vm_excludes '/build /dist /kitty/launcher/kitty* /.build-cache /tags __pycache__ /*_commands.json *.so *.pyd *.pyc *_generated.go'