All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: David Gibson <david@gibson.dropbear.id.au>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Add qapi related generated files to .gitignore
Date: Tue, 01 Nov 2011 13:03:58 -0500	[thread overview]
Message-ID: <4EB0348E.7060008@codemonkey.ws> (raw)
In-Reply-To: <1319775978-7682-1-git-send-email-david@gibson.dropbear.id.au>

On 10/27/2011 11:26 PM, David Gibson wrote:
> .gitignore already lists the qapi-generated subdirectory which includes a
> number of files generated during build.  However, there are some additional
> files generated by the qapi build which go in the top level directory.
>
> This patch adds them to .gitignore, removing the irritating noise from
> diffs and the like.
>
> Signed-off-by: David Gibson<david@gibson.dropbear.id.au>

Applied.  Thanks.

Regards,

Anthony Liguori

> ---
>   .gitignore |    4 ++++
>   1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 6d2acab..406f75f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -17,6 +17,10 @@ libhw64
>   libuser
>   linux-headers/asm
>   qapi-generated
> +qapi-types.[ch]
> +qapi-visit.[ch]
> +qmp-commands.h
> +qmp-marshal.c
>   qemu-doc.html
>   qemu-tech.html
>   qemu-doc.info

      reply	other threads:[~2011-11-01 18:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-28  4:26 [Qemu-devel] [PATCH] Add qapi related generated files to .gitignore David Gibson
2011-11-01 18:03 ` Anthony Liguori [this message]

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=4EB0348E.7060008@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=david@gibson.dropbear.id.au \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.