[PATCH] powerpc: some vmlinux files that should be ignored
Michael Neuling
mikey at neuling.org
Wed Aug 13 06:11:56 EST 2008
In message <20080811185629.11ed547f at lappy.seanm.ca> you wrote:
> 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
This will need to goto LKML.
Mikey
> 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 at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
More information about the Linuxppc-dev
mailing list