From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMUPa-0000w4-Ea for qemu-devel@nongnu.org; Tue, 17 May 2011 20:14:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMUPZ-00080G-9X for qemu-devel@nongnu.org; Tue, 17 May 2011 20:14:50 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:46323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMUPZ-00080C-2J for qemu-devel@nongnu.org; Tue, 17 May 2011 20:14:49 -0400 Received: by fxm2 with SMTP id 2so969996fxm.4 for ; Tue, 17 May 2011 17:14:47 -0700 (PDT) MIME-Version: 1.0 Sender: vapier.adi@gmail.com In-Reply-To: References: <1305666625-503-1-git-send-email-vapier@gentoo.org> From: Mike Frysinger Date: Tue, 17 May 2011 20:14:25 -0400 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] ignore patch related files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org On Tue, May 17, 2011 at 18:17, Peter Maydell wrote: > On 17 May 2011 22:10, Mike Frysinger wrote: >> --- a/.gitignore >> +++ b/.gitignore >> @@ -58,6 +58,10 @@ QMP/qmp-commands.txt >> =C2=A0*.orig >> =C2=A0.pc >> =C2=A0patches >> +*.diff >> +*.patch >> +*.rej >> +*.orig >> =C2=A0pc-bios/bios-pq/status >> =C2=A0pc-bios/vgabios-pq/status >> =C2=A0pc-bios/optionrom/linuxboot.bin > > Er, *.orig is already in .gitignore, you can see it in > the context here... yes, this patch was written before that .orig entry > Also I tend to agree with the argument made by Stefan Weil > in the final comment on this patch: > http://patchwork.ozlabs.org/patch/84320/ > qemu's .gitignore should contain only entries specific to qemu > (files created by running makefile targets and the like); > generic things like .diff/.patch/.rej should be in your > local git config instead. using that logic, quite a few entries shouldn't be in .gitignore. like the "*.orig" you already quoted. and the patch you refer to was merged. -mike