[PATCH] powerpc: some vmlinux files that should be ignored
Sean MacLennan
smaclennan at pikatech.com
Tue Aug 12 08:56:29 EST 2008
A couple of vmlinux output files that should be ignored: vmlinux.strip
and vmlinux.lds.
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
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
More information about the Linuxppc-dev
mailing list