Reasoning: Basically one should never have build artefacts in the source
directory anyways as out-of-source builds are the recommended way of
working anyways. If, for some reason that's still happening (e.g. with
crossbuilder) then this helps a lot to clean the source dir again after
building. "crossbuilder clean" only works with the build container
ready, if the computer has been rebooted or build containers have
been deleted in the meantime, it becomes virtually impossible to
clean up the source dir again if git doesn't help any more.