mbox series

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

Message ID 20190314104622.101715-1-sgarzare@redhat.com (mailing list archive)
Headers show
Series Update .gitignore and tests/.gitignore for in-tree builds | expand

Message

Stefano Garzarella March 14, 2019, 10:46 a.m. UTC
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(+)

Comments

Eric Blake March 14, 2019, 12:27 p.m. UTC | #1
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(+)
>
Laurent Vivier March 14, 2019, 3:03 p.m. UTC | #2
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