diff mbox series

[1/2] .gitignore: Ignore generated srorage-daemon files for in-tree builds

Message ID 20200617134505.979607482CD@zero.eik.bme.hu
State New
Headers show
Series [1/2] .gitignore: Ignore generated srorage-daemon files for in-tree builds | expand

Commit Message

BALATON Zoltan June 17, 2020, 1:06 p.m. UTC
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

Comments

Philippe Mathieu-Daudé June 17, 2020, 2:44 p.m. UTC | #1
On 6/17/20 3:06 PM, BALATON Zoltan wrote:
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>  .gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 0c5af83aa7..d9ef9f635a 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -46,6 +46,9 @@
>  !/qapi/qapi-visit-core.c
>  /qapi/qapi-visit.[ch]
>  /qapi/qapi-doc.texi
> +/storage-daemon/qapi/qapi-doc.texi
> +/storage-daemon/qapi/qapi-*.[ch]
> +/qemu-storage-daemon
>  /qemu-edid
>  /qemu-img
>  /qemu-nbd
> 

Thanks Zoltan, but Kevin already queued a similar patch
from Roman:

https://www.mail-archive.com/qemu-devel@nongnu.org/msg711806.html
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index 0c5af83aa7..d9ef9f635a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,6 +46,9 @@ 
 !/qapi/qapi-visit-core.c
 /qapi/qapi-visit.[ch]
 /qapi/qapi-doc.texi
+/storage-daemon/qapi/qapi-doc.texi
+/storage-daemon/qapi/qapi-*.[ch]
+/qemu-storage-daemon
 /qemu-edid
 /qemu-img
 /qemu-nbd