qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Roman Bolshakov <r.bolshakov@yadro.com>,
	Markus Armbruster <armbru@redhat.com>
Cc: qemu-trivial@nongnu.org, Kevin Wolf <kwolf@redhat.com>,
	"open list:All patches CC here" <qemu-devel@nongnu.org>
Subject: Re: [PATCH] .gitignore: Ignore storage-daemon files
Date: Fri, 12 Jun 2020 15:30:48 +0200	[thread overview]
Message-ID: <b87e42b4-6436-672e-24b8-7b650002625e@redhat.com> (raw)
In-Reply-To: <20200612105830.17082-1-r.bolshakov@yadro.com>

+Markus (qapi)

On 6/12/20 12:58 PM, Roman Bolshakov wrote:
> The files are generated.
> 
> Fixes: 2af282ec51a ("qemu-storage-daemon: Add --monitor option")
> Cc: Kevin Wolf <kwolf@redhat.com>
> Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
> ---
>  .gitignore | 17 +++++++++--------
>  1 file changed, 9 insertions(+), 8 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 0c5af83aa7..90acb4347d 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -34,18 +34,18 @@
>  /qapi/qapi-builtin-types.[ch]
>  /qapi/qapi-builtin-visit.[ch]
>  /qapi/qapi-commands-*.[ch]
> -/qapi/qapi-commands.[ch]
> -/qapi/qapi-emit-events.[ch]
> +**/qapi/qapi-commands.[ch]
> +**/qapi/qapi-emit-events.[ch]
>  /qapi/qapi-events-*.[ch]
> -/qapi/qapi-events.[ch]
> -/qapi/qapi-init-commands.[ch]
> -/qapi/qapi-introspect.[ch]
> +**/qapi/qapi-events.[ch]
> +**/qapi/qapi-init-commands.[ch]
> +**/qapi/qapi-introspect.[ch]
>  /qapi/qapi-types-*.[ch]
> -/qapi/qapi-types.[ch]
> +**/qapi/qapi-types.[ch]
>  /qapi/qapi-visit-*.[ch]
>  !/qapi/qapi-visit-core.c
> -/qapi/qapi-visit.[ch]
> -/qapi/qapi-doc.texi
> +**/qapi/qapi-visit.[ch]
> +**/qapi/qapi-doc.texi
>  /qemu-edid
>  /qemu-img
>  /qemu-nbd
> @@ -59,6 +59,7 @@
>  /qemu-keymap
>  /qemu-monitor.texi
>  /qemu-monitor-info.texi
> +/qemu-storage-daemon
>  /qemu-version.h
>  /qemu-version.h.tmp
>  /module_block.h
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>



  reply	other threads:[~2020-06-12 13:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-12 10:58 [PATCH] .gitignore: Ignore storage-daemon files Roman Bolshakov
2020-06-12 13:30 ` Philippe Mathieu-Daudé [this message]
2020-06-16 15:01 ` Kevin Wolf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b87e42b4-6436-672e-24b8-7b650002625e@redhat.com \
    --to=philmd@redhat.com \
    --cc=armbru@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=r.bolshakov@yadro.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).