diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2011-10-28 15:26:18 +1100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-01 11:50:12 -0500 |
commit | 4f39d27fe4e8109ba9eb2983b27675f2ca6d3ecb (patch) | |
tree | 4c88dd7439388c162d9df985890e3855ed75b3c6 /.gitignore | |
parent | 463ce4ae2dc5214f1b3ce5951c7cc3904c903702 (diff) | |
download | qemu-4f39d27fe4e8109ba9eb2983b27675f2ca6d3ecb.tar.gz qemu-4f39d27fe4e8109ba9eb2983b27675f2ca6d3ecb.tar.bz2 qemu-4f39d27fe4e8109ba9eb2983b27675f2ca6d3ecb.zip |
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-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |