09/03/2019 04:03, Stephen Hemminger: > On Sat, 09 Mar 2019 01:47:32 +0100 > Thomas Monjalon <tho...@monjalon.net> wrote: > > > 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 <bruce.richard...@intel.com> > > > --- > > > --- a/.gitignore > > > +++ b/.gitignore > > > +build-arm64-* > > > +build-clang-* > > > +build-gcc-* > > > +build-x86-default > > > > We could even ignore build-* ? > > Why not? > build* > > Since the default build directory in build/
Yes, but "git ls build*" is not empty because of buildtools/ Could be "build" and "build-*".