From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: [PATCH 1/2] .gitignore: Ignore generated srorage-daemon files for in-tree builds
Date: Wed, 17 Jun 2020 15:06:05 +0200 [thread overview]
Message-ID: <20200617134505.979607482CD@zero.eik.bme.hu> (raw)
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
next reply other threads:[~2020-06-17 13:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-17 13:06 BALATON Zoltan [this message]
2020-06-17 14:44 ` [PATCH 1/2] .gitignore: Ignore generated srorage-daemon files for in-tree builds Philippe Mathieu-Daudé
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=20200617134505.979607482CD@zero.eik.bme.hu \
--to=balaton@eik.bme.hu \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@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.