From: Thomas Monjalon <thomas@monjalon.net>
To: Stephen Hemminger <stephen@networkplumber.org>
Cc: Bruce Richardson <bruce.richardson@intel.com>, dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 4/4] .gitignore: ignore build directories from test-meson-build
Date: Sat, 09 Mar 2019 11:40:25 +0100 [thread overview]
Message-ID: <67500156.VL7Al575nb@xps> (raw)
In-Reply-To: <20190308190351.62b7faa9@shemminger-XPS-13-9360>
09/03/2019 04:03, Stephen Hemminger:
> On Sat, 09 Mar 2019 01:47:32 +0100
> Thomas Monjalon <thomas@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@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-*".
next prev parent reply other threads:[~2019-03-09 10:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-06 17:05 [dpdk-dev] [PATCH 1/4] .gitignore: add section header comments Bruce Richardson
2019-03-06 17:05 ` [dpdk-dev] [PATCH 2/4] .gitignore: ignore python bytecode files Bruce Richardson
2019-03-06 17:05 ` [dpdk-dev] [PATCH 3/4] .gitignore: ignore hidden files Bruce Richardson
2019-03-06 17:05 ` [dpdk-dev] [PATCH 4/4] .gitignore: ignore build directories from test-meson-build Bruce Richardson
2019-03-09 0:47 ` Thomas Monjalon
2019-03-09 3:03 ` Stephen Hemminger
2019-03-09 10:40 ` Thomas Monjalon [this message]
2019-03-09 13:32 ` Rami Rosen
2019-03-11 9:46 ` Bruce Richardson
2019-03-11 10:57 ` [dpdk-dev] [PATCH v2 1/4] .gitignore: add section header comments Bruce Richardson
2019-03-11 10:57 ` [dpdk-dev] [PATCH v2 2/4] .gitignore: ignore python bytecode files Bruce Richardson
2019-03-11 10:57 ` [dpdk-dev] [PATCH v2 3/4] .gitignore: ignore hidden files Bruce Richardson
2019-03-11 10:57 ` [dpdk-dev] [PATCH v2 4/4] .gitignore: ignore build directories Bruce Richardson
2019-03-11 17:27 ` Rami Rosen
2019-03-13 10:57 ` [dpdk-dev] [PATCH v2 1/4] .gitignore: add section header comments Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=67500156.VL7Al575nb@xps \
--to=thomas@monjalon.net \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).