summaryrefslogtreecommitdiff
path: root/toolbin
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2022-08-09 15:28:18 +0100
committerRobin Watts <Robin.Watts@artifex.com>2022-08-09 15:29:04 +0100
commitf5335098b46e3fe396ef30003d47b73aedf0c8fe (patch)
tree0719eb65a3d942b95f679998b21fde9d380373c5 /toolbin
parent8d00604b54cdc67e5cce24e1b96d21273c0f95de (diff)
downloadghostpdl-f5335098b46e3fe396ef30003d47b73aedf0c8fe.tar.gz
clusterpush.pl: Add 'user.make' to rsync exclusions.
Diffstat (limited to 'toolbin')
-rwxr-xr-xtoolbin/localcluster/clusterpush.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbin/localcluster/clusterpush.pl b/toolbin/localcluster/clusterpush.pl
index 7d998e7e8..ffd55271f 100755
--- a/toolbin/localcluster/clusterpush.pl
+++ b/toolbin/localcluster/clusterpush.pl
@@ -249,6 +249,7 @@ $cmd .= " --max-size=30000000".
" --exclude debug --exclude release --exclude generated --exclude sanitize". # we cannot just exclude build, since tiff/build/Makefile.in, etc. is needed
" --exclude tiff-config".
" --exclude 'shared-*'".
+" --exclude user.make".
# Exclude files generated by scripts/mupdfwrap.py:
" --exclude mupdfwrap_ref".