From: Stephen Rothwell Date: Wed, 16 Mar 2016 22:43:58 +0000 (+1100) Subject: to_ka2: no point in copying the gitk cache file X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=f1c72e3d15d90640c472c97d7f07ec9107dd7733;p=next-scripts to_ka2: no point in copying the gitk cache file --- diff --git a/to_ka2 b/to_ka2 index 02d0496..fad8be3 100755 --- a/to_ka2 +++ b/to_ka2 @@ -2,4 +2,4 @@ . "$(dirname $0)/common.sh" -rsync -avHSXx --exclude next-history.git --exclude stats --delete ~/kernels/next/. ${build_host}:kernels/next/. +rsync -avHSXx --exclude next-history.git --exclude stats --exclude next/.git/gitk.cache --delete ~/kernels/next/. ${build_host}:kernels/next/.