From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmpTJ-0003BT-4b for qemu-devel@nongnu.org; Mon, 27 Apr 2015 16:17:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmpTB-0005PB-AS for qemu-devel@nongnu.org; Mon, 27 Apr 2015 16:17:41 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:41802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmpTB-0005Or-6X for qemu-devel@nongnu.org; Mon, 27 Apr 2015 16:17:33 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id C4FDF20B69 for ; Mon, 27 Apr 2015 16:17:32 -0400 (EDT) Date: Mon, 27 Apr 2015 16:18:06 -0400 From: "Emilio G. Cota" Message-ID: <20150427201806.GA9078@flamenco> References: <1430153133-30988-1-git-send-email-cota@braap.org> <1430153133-30988-5-git-send-email-cota@braap.org> <553E7FB0.1020404@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <553E7FB0.1020404@redhat.com> Subject: Re: [Qemu-devel] [PATCH 4/6] gitignore: ignore *.patch files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-trivial , Peter Crosthwaite , Michael Tokarev , "qemu-devel@nongnu.org Developers" On Mon, Apr 27, 2015 at 12:28:00 -0600, Eric Blake wrote: > On 04/27/2015 12:11 PM, Peter Crosthwaite wrote: > > This Issue is discussed and I think it was concluded to not gitignore > > patches. See: > > > > commit f3a22014e94dfaacb57277dafce66b41cd994869 > > Author: Michael Tokarev > > Date: Thu Jun 6 01:14:54 2013 +0400 > > > > gitignore: unignore *.patch > > You can always ignore them locally: > echo '*.patch' >> .git/info/exclude > > without requiring everyone to ignore them (I actually like seeing them > show up, to know when I have not yet hit send on a series). Thanks for the tip! All: please ignore this patch in the series. Emilio