deleted file mode 100644
@@ -1 +0,0 @@
-/*.stamp
deleted file mode 100644
@@ -1,2 +0,0 @@
-qemu-plugins-ld.symbols
-qemu-plugins-ld64.symbols
deleted file mode 100644
@@ -1,32 +0,0 @@
-atomic_add-bench
-benchmark-crypto-cipher
-benchmark-crypto-hash
-benchmark-crypto-hmac
-check-*
-!check-*.c
-!check-*.sh
-fp/*.out
-qht-bench
-rcutorture
-test-*
-!test-*.c
-!test-*.py
-!docker/test-*
-test-qapi-commands.[ch]
-test-qapi-init-commands.[ch]
-include/test-qapi-commands-sub-module.[ch]
-test-qapi-commands-sub-sub-module.[ch]
-test-qapi-emit-events.[ch]
-test-qapi-events.[ch]
-include/test-qapi-events-sub-module.[ch]
-test-qapi-events-sub-sub-module.[ch]
-test-qapi-types.[ch]
-include/test-qapi-types-sub-module.[ch]
-test-qapi-types-sub-sub-module.[ch]
-test-qapi-visit.[ch]
-include/test-qapi-visit-sub-module.[ch]
-test-qapi-visit-sub-sub-module.[ch]
-test-qapi-introspect.[ch]
-*-test
-qapi-schema/*.test.*
-vm/*.img
deleted file mode 100644
@@ -1,2 +0,0 @@
-fp-test
-fp-bench
deleted file mode 100644
@@ -1,2 +0,0 @@
-initrd-stress.img
-stress
deleted file mode 100644
@@ -1,3 +0,0 @@
-*.bin
-*.elf
-test.out
deleted file mode 100644
@@ -1,9 +0,0 @@
-check.log
-check.time*
-common.env
-*.out.bad
-*.notrun
-socket_scm_helper
-
-# ignore everything in the scratch directory
-scratch/
deleted file mode 100644
@@ -1,5 +0,0 @@
-# These are build artefacts which only appear when you are doing
-# builds directly in the source tree.
-config-*.mak
-*-softmmu/
-*-linux-user/
deleted file mode 100644
@@ -1,3 +0,0 @@
-Build
-Conf
-log
Since we are now always doing out-of-tree builds, these gitignore files should not be necessary anymore. Signed-off-by: Thomas Huth <thuth@redhat.com> --- pc-bios/keymaps/.gitignore | 1 - plugins/.gitignore | 2 -- tests/.gitignore | 32 -------------------------------- tests/fp/.gitignore | 2 -- tests/migration/.gitignore | 2 -- tests/multiboot/.gitignore | 3 --- tests/qemu-iotests/.gitignore | 9 --------- tests/tcg/.gitignore | 5 ----- tests/uefi-test-tools/.gitignore | 3 --- 9 files changed, 59 deletions(-) delete mode 100644 pc-bios/keymaps/.gitignore delete mode 100644 plugins/.gitignore delete mode 100644 tests/.gitignore delete mode 100644 tests/fp/.gitignore delete mode 100644 tests/migration/.gitignore delete mode 100644 tests/multiboot/.gitignore delete mode 100644 tests/qemu-iotests/.gitignore delete mode 100644 tests/tcg/.gitignore delete mode 100644 tests/uefi-test-tools/.gitignore