This adds a few previously missing generated files to .gitignore: the qemu-bridge-helper binary, and the linuxboot and multiboot images from pc-bios/optionrom.
Signed-off-by: David Gibson <da...@gibson.dropbear.id.au> --- .gitignore | 1 + pc-bios/optionrom/.gitignore | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 pc-bios/optionrom/.gitignore diff --git a/.gitignore b/.gitignore index c72955a..f74e95b 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,7 @@ qemu-img-cmds.texi qemu-img-cmds.h qemu-io qemu-ga +qemu-bridge-helper qemu-monitor.texi QMP/qmp-commands.txt test-coroutine diff --git a/pc-bios/optionrom/.gitignore b/pc-bios/optionrom/.gitignore new file mode 100644 index 0000000..c97a411 --- /dev/null +++ b/pc-bios/optionrom/.gitignore @@ -0,0 +1,3 @@ +linuxboot.img +linuxboot.raw +multiboot.img -- 1.7.9