A couple of vmlinux output files that should be ignored: vmlinux.strip and vmlinux.lds.
Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> --- 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 _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev