* [Qemu-devel] [PATCH] Add qapi related generated files to .gitignore
@ 2011-10-28 4:26 David Gibson
2011-11-01 18:03 ` Anthony Liguori
0 siblings, 1 reply; 2+ messages in thread
From: David Gibson @ 2011-10-28 4:26 UTC (permalink / raw)
To: qemu-devel
.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>
---
.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
--
1.7.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] Add qapi related generated files to .gitignore
2011-10-28 4:26 [Qemu-devel] [PATCH] Add qapi related generated files to .gitignore David Gibson
@ 2011-11-01 18:03 ` Anthony Liguori
0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2011-11-01 18:03 UTC (permalink / raw)
To: David Gibson; +Cc: qemu-devel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-01 18:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).