2019-03-07 17:26:46 +03:00
/.doctrees
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/config-devices.*
/config-all-devices.*
/config-all-disas.*
/config-host.*
/config-target.*
/config.status
2014-05-23 20:07:24 +04:00
/config-temp
2019-08-27 12:54:37 +03:00
/tools/virtiofsd/50-qemu-virtiofsd.json
2019-03-13 17:45:57 +03:00
/elf2dmp
2016-06-16 11:39:47 +03:00
/trace-events-all
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/trace/generated-events.h
/trace/generated-events.c
2014-05-30 16:12:01 +04:00
/trace/generated-helpers-wrappers.h
2014-05-30 16:11:50 +04:00
/trace/generated-helpers.h
2014-05-30 16:11:56 +04:00
/trace/generated-helpers.c
2014-05-30 16:12:13 +04:00
/trace/generated-tcg-tracers.h
2015-06-23 15:30:20 +03:00
/ui/shader/texture-blit-frag.h
/ui/shader/texture-blit-vert.h
2017-10-20 10:09:14 +03:00
/ui/shader/texture-blit-flip-vert.h
2017-09-29 13:11:58 +03:00
/ui/input-keymap-*.c
2010-10-07 15:07:15 +04:00
*-timestamp
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/*-softmmu
/*-darwin-user
/*-linux-user
/*-bsd-user
2015-10-26 23:27:31 +03:00
/ivshmem-client
/ivshmem-server
2014-04-27 15:02:26 +04:00
/libdis*
/libuser
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/linux-headers/asm
2014-03-10 22:08:59 +04:00
/qga/qapi-generated
2018-02-26 22:48:58 +03:00
/qapi-gen-timestamp
2018-02-11 12:36:05 +03:00
/qapi/qapi-builtin-types.[ch]
/qapi/qapi-builtin-visit.[ch]
2018-11-16 23:00:16 +03:00
/qapi/qapi-commands-*.[ch]
2018-02-11 12:36:05 +03:00
/qapi/qapi-commands.[ch]
2019-02-14 18:22:38 +03:00
/qapi/qapi-emit-events.[ch]
2018-11-16 23:00:16 +03:00
/qapi/qapi-events-*.[ch]
2018-02-11 12:36:05 +03:00
/qapi/qapi-events.[ch]
2019-11-20 21:25:48 +03:00
/qapi/qapi-init-commands.[ch]
2018-02-11 12:36:05 +03:00
/qapi/qapi-introspect.[ch]
2018-11-16 23:00:16 +03:00
/qapi/qapi-types-*.[ch]
2018-02-11 12:36:05 +03:00
/qapi/qapi-types.[ch]
2018-11-16 23:00:16 +03:00
/qapi/qapi-visit-*.[ch]
2019-09-12 21:46:07 +03:00
!/qapi/qapi-visit-core.c
2018-02-11 12:36:05 +03:00
/qapi/qapi-visit.[ch]
/qapi/qapi-doc.texi
2018-10-04 17:05:22 +03:00
/qemu-edid
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/qemu-img
/qemu-nbd
/qemu-options.def
/qemu-options.texi
/qemu-img-cmds.texi
/qemu-img-cmds.h
/qemu-io
/qemu-ga
/qemu-bridge-helper
2017-10-20 10:09:14 +03:00
/qemu-keymap
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/qemu-monitor.texi
2015-09-10 18:39:01 +03:00
/qemu-monitor-info.texi
2016-06-08 23:26:59 +03:00
/qemu-version.h
/qemu-version.h.tmp
2016-09-23 12:16:06 +03:00
/module_block.h
2017-09-26 18:14:21 +03:00
/scsi/qemu-pr-helper
2017-03-02 21:25:52 +03:00
/vhost-user-scsi
2018-01-04 04:53:34 +03:00
/vhost-user-blk
2019-07-12 17:41:47 +03:00
/vhost-user-gpu
/vhost-user-input
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/fsdev/virtfs-proxy-helper
2017-09-05 05:11:50 +03:00
*.tmp
2015-03-20 19:30:44 +03:00
*.[1-9]
2008-09-09 21:15:28 +04:00
*.a
*.aux
*.cp
*.exe
2015-07-29 20:10:50 +03:00
*.msi
2014-02-10 10:48:56 +04:00
*.dll
*.so
*.mo
2008-09-09 21:15:28 +04:00
*.fn
*.ky
*.log
2010-01-30 01:16:50 +03:00
*.pdf
2015-03-20 19:30:44 +03:00
*.pod
2011-04-13 10:42:16 +04:00
*.cps
*.fns
*.kys
2008-09-09 21:15:28 +04:00
*.pg
2010-05-22 22:24:51 +04:00
*.pyc
2008-09-09 21:15:28 +04:00
*.toc
*.tp
*.vr
*.d
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
!/scripts/qemu-guest-agent/fsfreeze-hook.d
2009-01-22 20:15:25 +03:00
*.o
2013-08-07 19:40:03 +04:00
.sdk
2013-03-22 12:44:13 +04:00
*.gcda
*.gcno
2018-06-20 13:35:47 +03:00
*.gcov
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/pc-bios/bios-pq/status
2019-03-08 03:19:35 +03:00
/pc-bios/edk2-*.fd
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/pc-bios/vgabios-pq/status
/pc-bios/optionrom/linuxboot.asm
/pc-bios/optionrom/linuxboot.bin
/pc-bios/optionrom/linuxboot.raw
/pc-bios/optionrom/linuxboot.img
2016-05-23 21:11:33 +03:00
/pc-bios/optionrom/linuxboot_dma.asm
/pc-bios/optionrom/linuxboot_dma.bin
/pc-bios/optionrom/linuxboot_dma.raw
/pc-bios/optionrom/linuxboot_dma.img
2019-01-18 15:01:41 +03:00
/pc-bios/optionrom/pvh.asm
/pc-bios/optionrom/pvh.bin
/pc-bios/optionrom/pvh.raw
/pc-bios/optionrom/pvh.img
gitignore: anchor all ignored names
by default, patterns/names in .gitignore are applied
recursively to all subdirectories. So any name mentioned
in .gitignore is ignored in all subdirectores. This is good
for, say. object files (*.o), but not good for particular
names which should be ignored only in one directory. For
example, qemu-img.1 file is generated in the top directory,
and it should be ignored only there, not in some subdir.
At first, this might not matter much, but we have lots of
examples already where it actually does not help at all.
For example, top-level .gitignore ignores a file/dir named
"patches" (which is very questionable by itself), but it
is applied recursively, so git also ignores, for example,
debian/patches/ which should not be ignored.
So anchor all the names where appropriate. .gitignore
should be cleaned up further, which will be addressed in
a subsequent patch.
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-02-11 14:22:32 +04:00
/pc-bios/optionrom/multiboot.asm
/pc-bios/optionrom/multiboot.bin
/pc-bios/optionrom/multiboot.raw
/pc-bios/optionrom/multiboot.img
/pc-bios/optionrom/kvmvapic.asm
/pc-bios/optionrom/kvmvapic.bin
/pc-bios/optionrom/kvmvapic.raw
/pc-bios/optionrom/kvmvapic.img
/pc-bios/s390-ccw/s390-ccw.elf
/pc-bios/s390-ccw/s390-ccw.img
2019-03-14 13:46:21 +03:00
/docs/built
2017-06-06 17:55:19 +03:00
/docs/interop/qemu-ga-qapi.texi
/docs/interop/qemu-ga-ref.html
/docs/interop/qemu-ga-ref.info*
/docs/interop/qemu-ga-ref.txt
/docs/interop/qemu-qmp-qapi.texi
/docs/interop/qemu-qmp-ref.html
/docs/interop/qemu-qmp-ref.info*
/docs/interop/qemu-qmp-ref.txt
2017-03-15 15:56:56 +03:00
/docs/version.texi
2019-07-12 17:41:47 +03:00
/contrib/vhost-user-gpu/50-qemu-gpu.json
2017-01-13 17:41:35 +03:00
*.tps
2009-01-22 20:15:25 +03:00
.stgit-*
2017-09-29 13:11:56 +03:00
.git-submodule-status
2010-07-23 09:59:52 +04:00
cscope.*
2011-01-31 18:20:40 +03:00
tags
2011-02-24 08:34:59 +03:00
TAGS
2016-06-01 12:21:24 +03:00
docker-src.*
2011-02-24 08:34:59 +03:00
*~
2017-07-18 07:55:31 +03:00
*.ast_raw
*.depend_raw
2017-01-25 19:14:15 +03:00
trace.h
trace.c
trace-ust.h
trace-ust.h
trace-dtrace.h
trace-dtrace.dtrace
trace-root.h
trace-root.c
trace-ust-root.h
trace-ust-root.h
trace-ust-all.h
trace-ust-all.c
trace-dtrace-root.h
trace-dtrace-root.dtrace
trace-ust-all.h
trace-ust-all.c
2018-05-18 19:48:08 +03:00
/target/arm/decode-sve.inc.c