linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [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

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).