From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756382Ab3GRH7A (ORCPT ); Thu, 18 Jul 2013 03:59:00 -0400 Received: from ud10.udmedia.de ([194.117.254.50]:51940 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751972Ab3GRH67 (ORCPT ); Thu, 18 Jul 2013 03:58:59 -0400 Date: Thu, 18 Jul 2013 09:58:57 +0200 From: Markus Trippelsdorf To: Ingo Molnar Cc: hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, kerolasa@iki.fi, Borislav Petkov , linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/urgent] x86/boot: Add lz4 compressed file to .gitignore file Message-ID: <20130718075857.GB360@x4> References: <20130718074813.GA23149@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130718074813.GA23149@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2013.07.18 at 09:48 +0200, Ingo Molnar wrote: > > * tip-bot for Sami Kerola wrote: > > > Commit-ID: 8192f5bccf26968a1d78ef71890f7a27f824119f > > Gitweb: http://git.kernel.org/tip/8192f5bccf26968a1d78ef71890f7a27f824119f > > Author: Sami Kerola > > AuthorDate: Wed, 17 Jul 2013 17:30:28 +0100 > > Committer: Ingo Molnar > > CommitDate: Thu, 18 Jul 2013 09:03:33 +0200 > > > > x86/boot: Add lz4 compressed file to .gitignore file > > > > Signed-off-by: Sami Kerola > > Link: http://lkml.kernel.org/n/tip-wjc5bf2MtnlqihpoMvzutwby@git.kernel.org > > Signed-off-by: Ingo Molnar > > --- > > arch/x86/boot/compressed/.gitignore | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/x86/boot/compressed/.gitignore b/arch/x86/boot/compressed/.gitignore > > index 4a46fab..a30c02e 100644 > > --- a/arch/x86/boot/compressed/.gitignore > > +++ b/arch/x86/boot/compressed/.gitignore > > @@ -1,5 +1,6 @@ > > relocs > > vmlinux.bin.all > > +vmlinux.bin.lz4 > > vmlinux.relocs > > vmlinux.lds > > mkpiggy > > I removed this patch again, Boris pointed me to an overlapping, more > complete patch posted at: > > http://marc.info/?l=linux-kbuild&m=137353601112047&w=2 > > and the top level .gitignore is where we exclude compressed files, not > arch/x86/boot/compressed/.gitignore. FYI, Andrew already picked it up: http://ozlabs.org/~akpm/mmots/broken-out/gitignore-ignore-lz4-files.patch -- Markus