From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMSa7-00038U-7s for qemu-devel@nongnu.org; Tue, 17 May 2011 18:17:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMSa5-0006CM-TX for qemu-devel@nongnu.org; Tue, 17 May 2011 18:17:35 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:52737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMSa5-0006CF-QX for qemu-devel@nongnu.org; Tue, 17 May 2011 18:17:33 -0400 Received: by iym10 with SMTP id 10so948863iym.4 for ; Tue, 17 May 2011 15:17:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1305666625-503-1-git-send-email-vapier@gentoo.org> References: <1305666625-503-1-git-send-email-vapier@gentoo.org> Date: Tue, 17 May 2011 23:17:32 +0100 Message-ID: From: Peter Maydell 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: Mike Frysinger Cc: qemu-devel@nongnu.org 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... 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. -- PMM