From d363d7154fe05bd7aea0cb1577e0d48acd309690 Mon Sep 17 00:00:00 2001 From: Lizhou Sha Date: Tue, 22 Sep 2015 02:31:39 -0400 Subject: [PATCH] OpenBSD: exclude .~tmp~ files. (Adam Suhl) Signed-off-by: Lizhou Sha --- fetch-scripts/openbsd | 1 + 1 file changed, 1 insertion(+) diff --git a/fetch-scripts/openbsd b/fetch-scripts/openbsd index aa08cb9..6cbc355 100644 --- a/fetch-scripts/openbsd +++ b/fetch-scripts/openbsd @@ -6,5 +6,6 @@ BASEDIR=${MIRRORDIR}/pub/OpenBSD mkdir -p ${BASEDIR} rsync --archive --delete --stats --verbose \ --exclude='/timestamp' \ + --exclude='.~tmp~' \ ${RSYNCSOURCE} ${BASEDIR} date +%s > ${BASEDIR}/timestamp -- 2.45.2