summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2011-10-28 15:26:18 +1100
committerAnthony Liguori <aliguori@us.ibm.com>2011-11-01 11:50:12 -0500
commit4f39d27fe4e8109ba9eb2983b27675f2ca6d3ecb (patch)
tree4c88dd7439388c162d9df985890e3855ed75b3c6 /.gitignore
parent463ce4ae2dc5214f1b3ce5951c7cc3904c903702 (diff)
downloadhqemu-4f39d27fe4e8109ba9eb2983b27675f2ca6d3ecb.zip
hqemu-4f39d27fe4e8109ba9eb2983b27675f2ca6d3ecb.tar.gz
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 <david@gibson.dropbear.id.au> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6d2acab..406f75f 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
OpenPOWER on IntegriCloud