* [2.6 patch] ppc .gitignore update
@ 2007-08-21 16:57 Adrian Bunk
2007-08-22 4:54 ` Paul Mackerras
0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2007-08-21 16:57 UTC (permalink / raw)
To: Andrew Morton, Paul Mackerras; +Cc: linuxppc-dev, linux-kernel
From: Grant Likely <grant.likely@secretlab.ca>
arch/ppc/.gitignore shouldn't exclude arch/ppc/boot/include
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
--- a/arch/ppc/.gitignore
+++ b/arch/ppc/.gitignore
@@ -1 +1 @@
-include
+/include
^ permalink raw reply [flat|nested] 5+ messages in thread
* [2.6 patch] ppc .gitignore update
@ 2007-08-01 13:30 Adrian Bunk
2007-08-01 13:53 ` Grant Likely
0 siblings, 1 reply; 5+ messages in thread
From: Adrian Bunk @ 2007-08-01 13:30 UTC (permalink / raw)
To: Rutger Nijlunsing, Paul Mackerras; +Cc: linuxppc-dev, linux-kernel
arch/ppc/.gitignore shouldn't exclude arch/ppc/boot/include
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
--- /dev/null 2006-09-19 00:45:31.000000000 +0200
+++ linux-2.6.23-rc1-mm2/arch/ppc/boot/.gitignore 2007-08-01 15:18:33.000000000 +0200
@@ -0,0 +1 @@
+!include
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [2.6 patch] ppc .gitignore update
2007-08-01 13:30 Adrian Bunk
@ 2007-08-01 13:53 ` Grant Likely
2007-08-01 19:06 ` Adrian Bunk
0 siblings, 1 reply; 5+ messages in thread
From: Grant Likely @ 2007-08-01 13:53 UTC (permalink / raw)
To: Adrian Bunk; +Cc: Rutger Nijlunsing, Paul Mackerras, linux-kernel, linuxppc-dev
On 8/1/07, Adrian Bunk <bunk@stusta.de> wrote:
> arch/ppc/.gitignore shouldn't exclude arch/ppc/boot/include
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
> ---
> --- /dev/null 2006-09-19 00:45:31.000000000 +0200
> +++ linux-2.6.23-rc1-mm2/arch/ppc/boot/.gitignore 2007-08-01 15:18:33.000000000 +0200
> @@ -0,0 +1 @@
> +!include
I don't think this is the best way to go about it; rather,
arch/ppc/.gitignore should be made more specific like so:
diff --git a/arch/ppc/.gitignore b/arch/ppc/.gitignore
index a1a869c..1e79a0a 100644
--- a/arch/ppc/.gitignore
+++ b/arch/ppc/.gitignore
@@ -1 +1 @@
-include
+/include
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [2.6 patch] ppc .gitignore update
2007-08-01 13:53 ` Grant Likely
@ 2007-08-01 19:06 ` Adrian Bunk
0 siblings, 0 replies; 5+ messages in thread
From: Adrian Bunk @ 2007-08-01 19:06 UTC (permalink / raw)
To: Grant Likely
Cc: Rutger Nijlunsing, Paul Mackerras, linux-kernel, linuxppc-dev
On Wed, Aug 01, 2007 at 07:53:28AM -0600, Grant Likely wrote:
> On 8/1/07, Adrian Bunk <bunk@stusta.de> wrote:
> > arch/ppc/.gitignore shouldn't exclude arch/ppc/boot/include
> >
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> >
> > ---
> > --- /dev/null 2006-09-19 00:45:31.000000000 +0200
> > +++ linux-2.6.23-rc1-mm2/arch/ppc/boot/.gitignore 2007-08-01 15:18:33.000000000 +0200
> > @@ -0,0 +1 @@
> > +!include
>
> I don't think this is the best way to go about it; rather,
> arch/ppc/.gitignore should be made more specific like so:
>
> diff --git a/arch/ppc/.gitignore b/arch/ppc/.gitignore
> index a1a869c..1e79a0a 100644
> --- a/arch/ppc/.gitignore
> +++ b/arch/ppc/.gitignore
> @@ -1 +1 @@
> -include
> +/include
Thanks, that's obviously better than my patch.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-08-22 4:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-21 16:57 [2.6 patch] ppc .gitignore update Adrian Bunk
2007-08-22 4:54 ` Paul Mackerras
-- strict thread matches above, loose matches on Subject: below --
2007-08-01 13:30 Adrian Bunk
2007-08-01 13:53 ` Grant Likely
2007-08-01 19:06 ` Adrian Bunk
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).