From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Sean MacLennan Subject: Re: [PATCH] powerpc: some vmlinux files that should be ignored In-reply-to: <20080811185629.11ed547f@lappy.seanm.ca> References: <20080811185629.11ed547f@lappy.seanm.ca> Date: Tue, 12 Aug 2008 15:11:56 -0500 Message-ID: <28951.1218571916@neuling.org> Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , In message <20080811185629.11ed547f@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 > --- > 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@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev >