On 04/27/2015 12:11 PM, Peter Crosthwaite wrote: >> +++ b/.gitignore >> @@ -62,6 +62,7 @@ >> *.fn >> *.ky >> *.log >> +*.patch > > This Issue is discussed and I think it was concluded to not gitignore > patches. See: > > commit f3a22014e94dfaacb57277dafce66b41cd994869 > Author: Michael Tokarev <m...@tls.msk.ru> > 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). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature