I am trying to build some custom whonix images, but it always hangs with untracked files in packages/kicksecure-network-conf.
I am doing
git clone --jobs=4 --recursive https://github.com/Whonix/Whonix
git checkout 15.0.0.4.9-stable
The only thing I can get do to get the build to work without hanging asking for input is
rm -fr packages/kicksecure-network-conf/
Any suggestions on how to avoid untracked files that have been added after a specific tag when building?