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