From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42307) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmnlG-0007lY-0F for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmnlC-0004ig-1X for qemu-devel@nongnu.org; Mon, 27 Apr 2015 14:28:05 -0400 Message-ID: <553E7FB0.1020404@redhat.com> Date: Mon, 27 Apr 2015 12:28:00 -0600 From: Eric Blake MIME-Version: 1.0 References: <1430153133-30988-1-git-send-email-cota@braap.org> <1430153133-30988-5-git-send-email-cota@braap.org> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Lf7M4OOqQLTeXlKG85PJijnDqDp4umTsL" Subject: Re: [Qemu-devel] [PATCH 4/6] gitignore: ignore *.patch files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , "Emilio G. Cota" Cc: qemu-trivial , Michael Tokarev , "qemu-devel@nongnu.org Developers" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Lf7M4OOqQLTeXlKG85PJijnDqDp4umTsL Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 04/27/2015 12:11 PM, Peter Crosthwaite wrote: >> +++ b/.gitignore >> @@ -62,6 +62,7 @@ >> *.fn >> *.ky >> *.log >> +*.patch >=20 > This Issue is discussed and I think it was concluded to not gitignore > patches. See: >=20 > commit f3a22014e94dfaacb57277dafce66b41cd994869 > Author: Michael Tokarev > Date: Thu Jun 6 01:14:54 2013 +0400 >=20 > 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). --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Lf7M4OOqQLTeXlKG85PJijnDqDp4umTsL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJVPn+wAAoJEKeha0olJ0NqXwgH/jMsxhUH6oEpM4gdV5x4ZThW YUXoWecCSMB8O/ANH3/3kNXExQJ35Xqc3UuUZSX+vKW9yLDGBPUKdmfgFKVpT9vw x2SIofVw//+DJ4ruZPmCRmHJqS8oeaitzGwCOlm1Q2471MVfBLzlgXNZ1UunRoCn roryJ8P7/i3hokk/i5wMdzVee8IVVBysqJtKCtdgIavj/C2iXWHdYx+yhXftHGFn lAHgAA5RC174OANHVyuD9kWQApiQuepLCMI45T06qsjmX6KECIThPVvTWbD2VeMl ZkHpRt/8hke3ThkXq5XvFvR1MdRtCLWBsl8z4Qv/eOhdOR/2q/hVaB7IuUQjGR8= =7iwk -----END PGP SIGNATURE----- --Lf7M4OOqQLTeXlKG85PJijnDqDp4umTsL--