mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
.gitignore: Ignore storage-daemon files
The files are generated.
Fixes: 2af282ec51 ("qemu-storage-daemon: Add --monitor option")
Cc: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Message-Id: <20200612105830.17082-1-r.bolshakov@yadro.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
1c0c2163aa
commit
d54f36ea8c
1 changed files with 9 additions and 8 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -34,18 +34,18 @@
|
||||||
/qapi/qapi-builtin-types.[ch]
|
/qapi/qapi-builtin-types.[ch]
|
||||||
/qapi/qapi-builtin-visit.[ch]
|
/qapi/qapi-builtin-visit.[ch]
|
||||||
/qapi/qapi-commands-*.[ch]
|
/qapi/qapi-commands-*.[ch]
|
||||||
/qapi/qapi-commands.[ch]
|
**/qapi/qapi-commands.[ch]
|
||||||
/qapi/qapi-emit-events.[ch]
|
**/qapi/qapi-emit-events.[ch]
|
||||||
/qapi/qapi-events-*.[ch]
|
/qapi/qapi-events-*.[ch]
|
||||||
/qapi/qapi-events.[ch]
|
**/qapi/qapi-events.[ch]
|
||||||
/qapi/qapi-init-commands.[ch]
|
**/qapi/qapi-init-commands.[ch]
|
||||||
/qapi/qapi-introspect.[ch]
|
**/qapi/qapi-introspect.[ch]
|
||||||
/qapi/qapi-types-*.[ch]
|
/qapi/qapi-types-*.[ch]
|
||||||
/qapi/qapi-types.[ch]
|
**/qapi/qapi-types.[ch]
|
||||||
/qapi/qapi-visit-*.[ch]
|
/qapi/qapi-visit-*.[ch]
|
||||||
!/qapi/qapi-visit-core.c
|
!/qapi/qapi-visit-core.c
|
||||||
/qapi/qapi-visit.[ch]
|
**/qapi/qapi-visit.[ch]
|
||||||
/qapi/qapi-doc.texi
|
**/qapi/qapi-doc.texi
|
||||||
/qemu-edid
|
/qemu-edid
|
||||||
/qemu-img
|
/qemu-img
|
||||||
/qemu-nbd
|
/qemu-nbd
|
||||||
|
|
@ -59,6 +59,7 @@
|
||||||
/qemu-keymap
|
/qemu-keymap
|
||||||
/qemu-monitor.texi
|
/qemu-monitor.texi
|
||||||
/qemu-monitor-info.texi
|
/qemu-monitor-info.texi
|
||||||
|
/qemu-storage-daemon
|
||||||
/qemu-version.h
|
/qemu-version.h
|
||||||
/qemu-version.h.tmp
|
/qemu-version.h.tmp
|
||||||
/module_block.h
|
/module_block.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue