diff mbox

Add qapi related generated files to .gitignore

Message ID 1319775978-7682-1-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Commit Message

David Gibson Oct. 28, 2011, 4:26 a.m. UTC
.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

Comments

Anthony Liguori Nov. 1, 2011, 6:03 p.m. UTC | #1
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
diff mbox

Patch

diffs and the like.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 .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