[Qemu-devel] [PATCH for-4.0 0/2] Update .gitignore and tests/.gitignore for in-tree builds

Stefano Garzarella posted 2 patches 5 years, 1 month ago
Test asan failed
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190314104622.101715-1-sgarzare@redhat.com
.gitignore       | 1 +
tests/.gitignore | 1 +
2 files changed, 2 insertions(+)
[Qemu-devel] [PATCH for-4.0 0/2] Update .gitignore and tests/.gitignore for in-tree builds
Posted by Stefano Garzarella 5 years, 1 month ago
This series could be useless when we will no longer support in-tree builds,
but for 4.0 I think it's useful to ignore these files.

Stefano Garzarella (2):
  .gitignore: ignore docs/built created for in-tree builds
  tests/.gitignore: ignore test-qapi-emit-events.[ch] for in-tree builds

 .gitignore       | 1 +
 tests/.gitignore | 1 +
 2 files changed, 2 insertions(+)

-- 
2.20.1


Re: [Qemu-devel] [PATCH for-4.0 0/2] Update .gitignore and tests/.gitignore for in-tree builds
Posted by Eric Blake 5 years, 1 month ago
On 3/14/19 5:46 AM, Stefano Garzarella wrote:
> This series could be useless when we will no longer support in-tree builds,
> but for 4.0 I think it's useful to ignore these files.

series:
Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> Stefano Garzarella (2):
>   .gitignore: ignore docs/built created for in-tree builds
>   tests/.gitignore: ignore test-qapi-emit-events.[ch] for in-tree builds
> 
>  .gitignore       | 1 +
>  tests/.gitignore | 1 +
>  2 files changed, 2 insertions(+)
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [Qemu-trivial] [PATCH for-4.0 0/2] Update .gitignore and tests/.gitignore for in-tree builds
Posted by Laurent Vivier 5 years, 1 month ago
On 14/03/2019 13:27, Eric Blake wrote:
> On 3/14/19 5:46 AM, Stefano Garzarella wrote:
>> This series could be useless when we will no longer support in-tree builds,
>> but for 4.0 I think it's useful to ignore these files.
> 
> series:
> Reviewed-by: Eric Blake <eblake@redhat.com>
> 
>>
>> Stefano Garzarella (2):
>>    .gitignore: ignore docs/built created for in-tree builds
>>    tests/.gitignore: ignore test-qapi-emit-events.[ch] for in-tree builds
>>
>>   .gitignore       | 1 +
>>   tests/.gitignore | 1 +
>>   2 files changed, 2 insertions(+)
>>
> 


Applied to my trivial-patches branch.

Thanks,
Laurent