travis: Ignore .git directory in output.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2017-12-22 17:35:29 +01:00
parent bf221115aa
commit 90dce7bd99
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ TMPDIR=$(mktemp -d)
(
cd html
git log -1
find -type f | sort
find -type f | grep -v .git | sort
)
echo "--------------------------------------------"