From 4f39d27fe4e8109ba9eb2983b27675f2ca6d3ecb Mon Sep 17 00:00:00 2001 From: David Gibson Date: Fri, 28 Oct 2011 15:26:18 +1100 Subject: Add qapi related generated files to .gitignore .gitignore already lists the qapi-generated subdirectory which includes a number of files generated during build. However, there are some additional files generated by the qapi build which go in the top level directory. This patch adds them to .gitignore, removing the irritating noise from diffs and the like. Signed-off-by: David Gibson Signed-off-by: Anthony Liguori --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6d2acab09a..406f75f2b6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,10 @@ libhw64 libuser linux-headers/asm qapi-generated +qapi-types.[ch] +qapi-visit.[ch] +qmp-commands.h +qmp-marshal.c qemu-doc.html qemu-tech.html qemu-doc.info -- cgit v1.2.1