qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/6] gitignore: ignore *.patch files


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 4/6] gitignore: ignore *.patch files
Date: Mon, 27 Apr 2015 12:28:00 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

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 <address@hidden>
> 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

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]