From 9dbb86bd27eb43ba86edb812ced39673ab73d616 Mon Sep 17 00:00:00 2001 From: MatrixFurry Date: Wed, 3 Jun 2026 06:24:07 -0500 Subject: [PATCH] rawrsync: exclude .jj repos --- scripts/rawrsync.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rawrsync.nu b/scripts/rawrsync.nu index daa7351..803c185 100755 --- a/scripts/rawrsync.nu +++ b/scripts/rawrsync.nu @@ -54,7 +54,7 @@ def sync [ let args = [ -zar # Compress, archive (preserve permissions etc.), recursive (if $verbose {"-v"} else {""}) - --exclude=.svn --exclude=.cvs --exclude=.DS_Store --exclude=.git --exclude=.hg --exclude=*.hprof --exclude=*.pyc + --exclude=.svn --exclude=.cvs --exclude=.DS_Store --exclude=.git --exclude=.hg --exclude=*.hprof --exclude=*.pyc --exclude=.jj --exclude=.idea --exclude=.zed --delete ($src ++ "/") # make sure the source directory path ends with a / -- 2.51.2