* [PATCH] powerpc: Ignore vmlinux.strip
@ 2009-01-28 19:50 Sean MacLennan
2009-02-04 3:42 ` Benjamin Herrenschmidt
0 siblings, 1 reply; 2+ messages in thread
From: Sean MacLennan @ 2009-01-28 19:50 UTC (permalink / raw)
To: linuxppc-dev
Not sure if this is PPC specific or not. I use the following patch to
get a clean git status. Does nobody else see this file? Or am I missing
a step somewhere?
Cheers,
Sean
Ignore the vmlinux.strip file.
Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
diff --git a/.gitignore b/.gitignore
index 869e1a3..f7e924a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@
tags
TAGS
vmlinux
+vmlinux.strip
System.map
Module.markers
Module.symvers
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] powerpc: Ignore vmlinux.strip
2009-01-28 19:50 [PATCH] powerpc: Ignore vmlinux.strip Sean MacLennan
@ 2009-02-04 3:42 ` Benjamin Herrenschmidt
0 siblings, 0 replies; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2009-02-04 3:42 UTC (permalink / raw)
To: Sean MacLennan; +Cc: linuxppc-dev
On Wed, 2009-01-28 at 14:50 -0500, Sean MacLennan wrote:
> Not sure if this is PPC specific or not. I use the following patch to
> get a clean git status. Does nobody else see this file? Or am I missing
> a step somewhere?
Looks good actually.
> Cheers,
> Sean
>
> Ignore the vmlinux.strip file.
>
> Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>
> diff --git a/.gitignore b/.gitignore
> index 869e1a3..f7e924a 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -32,6 +32,7 @@
> tags
> TAGS
> vmlinux
> +vmlinux.strip
> System.map
> Module.markers
> Module.symvers
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-04 3:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28 19:50 [PATCH] powerpc: Ignore vmlinux.strip Sean MacLennan
2009-02-04 3:42 ` Benjamin Herrenschmidt
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).