]> git.proxmox.com Git - mirror_qemu.git/blame - .gitignore
migration/postcopy: enable compress during postcopy
[mirror_qemu.git] / .gitignore
CommitLineData
5f71eac0 1/.doctrees
5556332a
MT
2/config-devices.*
3/config-all-devices.*
4/config-all-disas.*
5/config-host.*
6/config-target.*
7/config.status
8cd05ab6 8/config-temp
ec9ac02b 9/elf2dmp
1412cf58 10/trace-events-all
5556332a
MT
11/trace/generated-events.h
12/trace/generated-events.c
f4654226 13/trace/generated-helpers-wrappers.h
707c8a98 14/trace/generated-helpers.h
341ea691 15/trace/generated-helpers.c
465830fb 16/trace/generated-tcg-tracers.h
7e71e111
MP
17/ui/shader/texture-blit-frag.h
18/ui/shader/texture-blit-vert.h
2fb6eeac 19/ui/shader/texture-blit-flip-vert.h
92712822 20/ui/input-keymap-*.c
ea95f156 21*-timestamp
5556332a
MT
22/*-softmmu
23/*-darwin-user
24/*-linux-user
25/*-bsd-user
53d47be2
EB
26/ivshmem-client
27/ivshmem-server
5d77c8f9
MT
28/libdis*
29/libuser
5556332a 30/linux-headers/asm
f214530f 31/qga/qapi-generated
fb0bc835 32/qapi-gen-timestamp
eb815e24
MA
33/qapi/qapi-builtin-types.[ch]
34/qapi/qapi-builtin-visit.[ch]
bf582c34 35/qapi/qapi-commands-*.[ch]
eb815e24 36/qapi/qapi-commands.[ch]
5d75648b 37/qapi/qapi-emit-events.[ch]
bf582c34 38/qapi/qapi-events-*.[ch]
eb815e24 39/qapi/qapi-events.[ch]
00ca24ff 40/qapi/qapi-init-commands.[ch]
eb815e24 41/qapi/qapi-introspect.[ch]
bf582c34 42/qapi/qapi-types-*.[ch]
eb815e24 43/qapi/qapi-types.[ch]
bf582c34 44/qapi/qapi-visit-*.[ch]
5c95975d 45!/qapi/qapi-visit-core.c
eb815e24
MA
46/qapi/qapi-visit.[ch]
47/qapi/qapi-doc.texi
5556332a 48/qemu-doc.html
5556332a 49/qemu-doc.info
f8bab10b 50/qemu-doc.txt
1242429b 51/qemu-edid
5556332a
MT
52/qemu-img
53/qemu-nbd
5556332a
MT
54/qemu-options.def
55/qemu-options.texi
56/qemu-img-cmds.texi
57/qemu-img-cmds.h
58/qemu-io
59/qemu-ga
60/qemu-bridge-helper
2fb6eeac 61/qemu-keymap
5556332a 62/qemu-monitor.texi
2cd8af2d 63/qemu-monitor-info.texi
e2f310ec
EB
64/qemu-version.h
65/qemu-version.h.tmp
7a488b5b 66/module_block.h
cff3e8b8 67/scsi/qemu-pr-helper
f12c1ebd 68/vhost-user-scsi
406d2aa2 69/vhost-user-blk
6fd9d9b7
MP
70/vhost-user-gpu
71/vhost-user-input
5556332a 72/fsdev/virtfs-proxy-helper
b8bd2f59 73*.tmp
085feb61 74*.[1-9]
ef14667b
AL
75*.a
76*.aux
77*.cp
ef14667b 78*.exe
9f391780 79*.msi
17969268
FZ
80*.dll
81*.so
82*.mo
ef14667b
AL
83*.fn
84*.ky
85*.log
20cc9997 86*.pdf
085feb61 87*.pod
7a734b8f
BH
88*.cps
89*.fns
90*.kys
ef14667b 91*.pg
26f7227b 92*.pyc
ef14667b
AL
93*.toc
94*.tp
95*.vr
96*.d
5556332a 97!/scripts/qemu-guest-agent/fsfreeze-hook.d
5c047c0d 98*.o
d9840e25 99.sdk
082369e6
LG
100*.gcda
101*.gcno
6786dc34 102*.gcov
5556332a 103/pc-bios/bios-pq/status
26ce90fd 104/pc-bios/edk2-*.fd
5556332a
MT
105/pc-bios/vgabios-pq/status
106/pc-bios/optionrom/linuxboot.asm
107/pc-bios/optionrom/linuxboot.bin
108/pc-bios/optionrom/linuxboot.raw
109/pc-bios/optionrom/linuxboot.img
b2a575a1
MM
110/pc-bios/optionrom/linuxboot_dma.asm
111/pc-bios/optionrom/linuxboot_dma.bin
112/pc-bios/optionrom/linuxboot_dma.raw
113/pc-bios/optionrom/linuxboot_dma.img
2785dc7b
SG
114/pc-bios/optionrom/pvh.asm
115/pc-bios/optionrom/pvh.bin
116/pc-bios/optionrom/pvh.raw
117/pc-bios/optionrom/pvh.img
5556332a
MT
118/pc-bios/optionrom/multiboot.asm
119/pc-bios/optionrom/multiboot.bin
120/pc-bios/optionrom/multiboot.raw
121/pc-bios/optionrom/multiboot.img
122/pc-bios/optionrom/kvmvapic.asm
123/pc-bios/optionrom/kvmvapic.bin
124/pc-bios/optionrom/kvmvapic.raw
125/pc-bios/optionrom/kvmvapic.img
126/pc-bios/s390-ccw/s390-ccw.elf
127/pc-bios/s390-ccw/s390-ccw.img
8009fcda 128/docs/built
d59157ea
PB
129/docs/interop/qemu-ga-qapi.texi
130/docs/interop/qemu-ga-ref.html
131/docs/interop/qemu-ga-ref.info*
132/docs/interop/qemu-ga-ref.txt
133/docs/interop/qemu-qmp-qapi.texi
134/docs/interop/qemu-qmp-ref.html
135/docs/interop/qemu-qmp-ref.info*
136/docs/interop/qemu-qmp-ref.txt
bd7f9747 137/docs/version.texi
6fd9d9b7 138/contrib/vhost-user-gpu/50-qemu-gpu.json
56e8bdd4 139*.tps
5c047c0d 140.stgit-*
aef45d51 141.git-submodule-status
01cc7ac6 142cscope.*
7a719c7c 143tags
61a11c98 144TAGS
0bc7a6f3 145docker-src.*
61a11c98 146*~
846b0c1b
PMD
147*.ast_raw
148*.depend_raw
0ab8ed18
DB
149trace.h
150trace.c
151trace-ust.h
152trace-ust.h
153trace-dtrace.h
154trace-dtrace.dtrace
155trace-root.h
156trace-root.c
157trace-ust-root.h
158trace-ust-root.h
159trace-ust-all.h
160trace-ust-all.c
161trace-dtrace-root.h
162trace-dtrace-root.dtrace
163trace-ust-all.h
164trace-ust-all.c
38388f7e 165/target/arm/decode-sve.inc.c