qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] .gitignore: Ignore generated srorage-daemon files for in-tree builds
@ 2020-06-17 13:06 BALATON Zoltan
  2020-06-17 14:44 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 2+ messages in thread
From: BALATON Zoltan @ 2020-06-17 13:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

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
-- 
2.21.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-17 14:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-17 13:06 [PATCH 1/2] .gitignore: Ignore generated srorage-daemon files for in-tree builds BALATON Zoltan
2020-06-17 14:44 ` Philippe Mathieu-Daudé

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).