| Submitter | David Gibson |
|---|---|
| Date | Oct. 28, 2011, 4:26 a.m. |
| Message ID | <1319775978-7682-1-git-send-email-david@gibson.dropbear.id.au> |
| Download | mbox | patch |
| Permalink | /patch/122342/ |
| State | New |
| Headers | show |
Comments
On 10/27/2011 11:26 PM, David Gibson wrote: > .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> Applied. Thanks. Regards, Anthony Liguori > --- > .gitignore | 4 ++++ > 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
Patch
diffs and the like. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> --- .gitignore | 4 ++++ 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