[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 2/8] qapi: ignore generated event files
From: |
Luiz Capitulino |
Subject: |
[Qemu-devel] [PULL 2/8] qapi: ignore generated event files |
Date: |
Fri, 27 Jun 2014 15:41:57 -0400 |
From: Wenchao Xia <address@hidden>
Signed-off-by: Wenchao Xia <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Luiz Capitulino <address@hidden>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index c658613..2286d0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@
/qapi-generated
/qapi-types.[ch]
/qapi-visit.[ch]
+/qapi-event.[ch]
/qmp-commands.h
/qmp-marshal.c
/qemu-doc.html
--
1.9.3
- [Qemu-devel] [PULL for-2.1 0/8] QMP queue, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 3/8] qapi script: clean up in scripts, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 1/8] qapi: move event defines, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 2/8] qapi: ignore generated event files,
Luiz Capitulino <=
- [Qemu-devel] [PULL 4/8] qapi event: clean up in callers, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 8/8] docs/qmp: Fix documentation of BLOCK_JOB_READY to match code, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 5/8] qmp: add qmp-events.txt back, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 6/8] virtio-serial: report frontend connection state via monitor, Luiz Capitulino, 2014/06/27
- [Qemu-devel] [PULL 7/8] char: report frontend open/closed state in 'query-chardev', Luiz Capitulino, 2014/06/27
- Re: [Qemu-devel] [PULL for-2.1 0/8] QMP queue, Peter Maydell, 2014/06/29