From 90dce7bd9969813d9d1f4cd93f4c6e5f3c810e01 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Fri, 22 Dec 2017 17:35:29 +0100 Subject: [PATCH] travis: Ignore .git directory in output. Signed-off-by: Tim 'mithro' Ansell --- .travis/push-html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/push-html.sh b/.travis/push-html.sh index fbc6909..49e5190 100755 --- a/.travis/push-html.sh +++ b/.travis/push-html.sh @@ -31,7 +31,7 @@ TMPDIR=$(mktemp -d) ( cd html git log -1 - find -type f | sort + find -type f | grep -v .git | sort ) echo "--------------------------------------------"