06/03/2019 18:05, Bruce Richardson: > test-meson-build.sh generates multiple build directories for various > targets. As these follow a few known patterns of reasonable lengths, > and since they don't need to be tracked in git, we can add them to > the gitignore file. > > Signed-off-by: Bruce Richardson <[email protected]> > --- > --- a/.gitignore > +++ b/.gitignore > +build-arm64-* > +build-clang-* > +build-gcc-* > +build-x86-default
We could even ignore build-* ?

