[dpdk-dev] [PATCH 4/4] .gitignore: ignore build directories from test-meson-build

Stephen Hemminger stephen at networkplumber.org
Sat Mar 9 04:03:51 CET 2019


On Sat, 09 Mar 2019 01:47:32 +0100
Thomas Monjalon <thomas at 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.richardson at 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/


More information about the dev mailing list