* [dpdk-dev] [PATCH] git: ignore more build directories
@ 2019-09-14 15:05 Thomas Monjalon
2019-11-20 9:48 ` David Marchand
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2019-09-14 15:05 UTC (permalink / raw)
To: dev
Build directories commonly have compiler in their names.
In order to filter build directories not starting with "build-"
(common with make), patterns for gcc and clang are added to .gitignore.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 5eda2c31e..9741ba076 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,6 @@ TAGS
# ignore default build directory, and directories from test-meson-builds.sh
build
build-*
+# ignore other build directory patterns
+*-gcc*
+*-clang*
--
2.23.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] git: ignore more build directories
2019-09-14 15:05 [dpdk-dev] [PATCH] git: ignore more build directories Thomas Monjalon
@ 2019-11-20 9:48 ` David Marchand
2019-11-27 22:12 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2019-11-20 9:48 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
On Sat, Sep 14, 2019 at 5:05 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> Build directories commonly have compiler in their names.
> In order to filter build directories not starting with "build-"
> (common with make), patterns for gcc and clang are added to .gitignore.
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
--
David Marchand
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] git: ignore more build directories
2019-11-20 9:48 ` David Marchand
@ 2019-11-27 22:12 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2019-11-27 22:12 UTC (permalink / raw)
To: dev; +Cc: David Marchand
20/11/2019 10:48, David Marchand:
> On Sat, Sep 14, 2019 at 5:05 PM Thomas Monjalon <thomas@monjalon.net> wrote:
> >
> > Build directories commonly have compiler in their names.
> > In order to filter build directories not starting with "build-"
> > (common with make), patterns for gcc and clang are added to .gitignore.
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: David Marchand <david.marchand@redhat.com>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-27 22:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-14 15:05 [dpdk-dev] [PATCH] git: ignore more build directories Thomas Monjalon
2019-11-20 9:48 ` David Marchand
2019-11-27 22:12 ` Thomas Monjalon
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).