linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc: some vmlinux files that should be ignored
@ 2008-08-11 22:56 Sean MacLennan
  2008-08-12 20:11 ` Michael Neuling
  0 siblings, 1 reply; 2+ messages in thread
From: Sean MacLennan @ 2008-08-11 22:56 UTC (permalink / raw)
  To: linuxppc-dev

A couple of vmlinux output files that should be ignored: vmlinux.strip
and vmlinux.lds.

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
diff --git a/arch/powerpc/kernel/.gitignore b/arch/powerpc/kernel/.gitignore
new file mode 100644
index 0000000..c5f676c
--- /dev/null
+++ b/arch/powerpc/kernel/.gitignore
@@ -0,0 +1 @@
+vmlinux.lds

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-12 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 22:56 [PATCH] powerpc: some vmlinux files that should be ignored Sean MacLennan
2008-08-12 20:11 ` Michael Neuling

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