[PATCH] powerpc: Ignore vmlinux.strip

Sean MacLennan smaclennan at pikatech.com
Thu Jan 29 06:50:57 EST 2009


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 at 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



More information about the Linuxppc-dev mailing list