From dc96990f71485e82bebe1675e571fcc26619eb42 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Wed, 10 Feb 2016 09:35:16 +1100 Subject: [PATCH] to_ka2: we don;t need the history or stats on the merge/build machine --- to_ka2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_ka2 b/to_ka2 index ce6ffc0..02d0496 100755 --- a/to_ka2 +++ b/to_ka2 @@ -2,4 +2,4 @@ . "$(dirname $0)/common.sh" -rsync -avHSXx --delete ~/kernels/next/. ${build_host}:kernels/next/. +rsync -avHSXx --exclude next-history.git --exclude stats --delete ~/kernels/next/. ${build_host}:kernels/next/. -- 2.39.5