Thomas Huth <th...@redhat.com> writes: > On 27/10/2020 23.38, John Snow wrote: >> Ignore build and package output (build, dist, qemu.egg-info); >> effectively these are "in-tree" builds of a kind. > > Since we recently moved away from in-tree builds, could these also be made > out-of-tree only?
The build should only write to the per-build spaces: the build tree, per-build scratch in /tmp, ... Writing to shared space such as the source tree can break parallel independent builds. I consider that a bug.