* [Qemu-devel] [PATCH] gitignore: ignore check-qlit test
@ 2017-09-26 20:25 Carlo Marcelo Arenas Belón
2017-09-26 20:37 ` Eric Blake
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Carlo Marcelo Arenas Belón @ 2017-09-26 20:25 UTC (permalink / raw)
To: qemu-devel
Cc: marcandre.lureau, qemu-trivial, Carlo Marcelo Arenas Belón
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
---
tests/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/.gitignore b/tests/.gitignore
index cf6d99c91e..53cb2efaee 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -6,6 +6,7 @@ check-qdict
check-qnum
check-qjson
check-qlist
+check-qlit
check-qnull
check-qstring
check-qom-interface
--
2.13.5 (Apple Git-94)
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [Qemu-devel] [PATCH] gitignore: ignore check-qlit test
2017-09-26 20:25 [Qemu-devel] [PATCH] gitignore: ignore check-qlit test Carlo Marcelo Arenas Belón
@ 2017-09-26 20:37 ` Eric Blake
2017-09-29 23:45 ` Philippe Mathieu-Daudé
2017-10-02 18:39 ` Alistair Francis
2 siblings, 0 replies; 4+ messages in thread
From: Eric Blake @ 2017-09-26 20:37 UTC (permalink / raw)
To: Carlo Marcelo Arenas Belón, qemu-devel
Cc: qemu-trivial, marcandre.lureau
[-- Attachment #1: Type: text/plain, Size: 771 bytes --]
On 09/26/2017 03:25 PM, Carlo Marcelo Arenas Belón wrote:
Worth mentioning in the commit message body that it was introduced in
commit 382176b4.
> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
> ---
> tests/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Eric Blake <eblake@redhat.com>
>
> diff --git a/tests/.gitignore b/tests/.gitignore
> index cf6d99c91e..53cb2efaee 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -6,6 +6,7 @@ check-qdict
> check-qnum
> check-qjson
> check-qlist
> +check-qlit
> check-qnull
> check-qstring
> check-qom-interface
>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] gitignore: ignore check-qlit test
2017-09-26 20:25 [Qemu-devel] [PATCH] gitignore: ignore check-qlit test Carlo Marcelo Arenas Belón
2017-09-26 20:37 ` Eric Blake
@ 2017-09-29 23:45 ` Philippe Mathieu-Daudé
2017-10-02 18:39 ` Alistair Francis
2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-29 23:45 UTC (permalink / raw)
To: Carlo Marcelo Arenas Belón, qemu-devel
Cc: qemu-trivial, marcandre.lureau
On 09/26/2017 05:25 PM, Carlo Marcelo Arenas Belón wrote:
> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> tests/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/.gitignore b/tests/.gitignore
> index cf6d99c91e..53cb2efaee 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -6,6 +6,7 @@ check-qdict
> check-qnum
> check-qjson
> check-qlist
> +check-qlit
> check-qnull
> check-qstring
> check-qom-interface
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] gitignore: ignore check-qlit test
2017-09-26 20:25 [Qemu-devel] [PATCH] gitignore: ignore check-qlit test Carlo Marcelo Arenas Belón
2017-09-26 20:37 ` Eric Blake
2017-09-29 23:45 ` Philippe Mathieu-Daudé
@ 2017-10-02 18:39 ` Alistair Francis
2 siblings, 0 replies; 4+ messages in thread
From: Alistair Francis @ 2017-10-02 18:39 UTC (permalink / raw)
To: Carlo Marcelo Arenas Belón
Cc: qemu-devel@nongnu.org Developers, QEMU Trivial,
Marc-André Lureau
On Tue, Sep 26, 2017 at 1:25 PM, Carlo Marcelo Arenas Belón
<carenas@gmail.com> wrote:
> Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Thanks,
Alistair
> ---
> tests/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/.gitignore b/tests/.gitignore
> index cf6d99c91e..53cb2efaee 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -6,6 +6,7 @@ check-qdict
> check-qnum
> check-qjson
> check-qlist
> +check-qlit
> check-qnull
> check-qstring
> check-qom-interface
> --
> 2.13.5 (Apple Git-94)
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-10-02 18:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-26 20:25 [Qemu-devel] [PATCH] gitignore: ignore check-qlit test Carlo Marcelo Arenas Belón
2017-09-26 20:37 ` Eric Blake
2017-09-29 23:45 ` Philippe Mathieu-Daudé
2017-10-02 18:39 ` Alistair Francis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).