From 55fc814a40cdf8d8fc862fbfbe854a9eacee5a38 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 16 Sep 2020 11:48:18 -0500 Subject: [PATCH] Configure showUntrackedFiles --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index f6c9165..5609a39 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -112,6 +112,9 @@ build-home() { --separate-git-dir="./$_optgitdir" \ "$repo" \ "$tmpdir" > /dev/null 2>&1 + git config \ + status.showUntrackedFiles no \ + --git-dir="./$_optgitdir" popd > /dev/null 2>&1 # Sync the temporary directory over