From 5bda29da18eb5104718cad9810b625a0105cb0d2 Mon Sep 17 00:00:00 2001 From: Alexandre Raymond Date: Sat, 23 Jul 2011 01:41:57 -0400 Subject: .gitignore: ignore qemu-ga and qapi-generated Add a new binary and generation directory to the gitignore file Signed-off-by: Alexandre Raymond Signed-off-by: Anthony Liguori --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 08013fc57b..54835bcb97 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ libdis* libhw32 libhw64 libuser +qapi-generated qemu-doc.html qemu-tech.html qemu-doc.info @@ -32,6 +33,7 @@ qemu-options.texi qemu-img-cmds.texi qemu-img-cmds.h qemu-io +qemu-ga qemu-monitor.texi QMP/qmp-commands.txt .gdbinit -- cgit v1.2.1