Message ID | 1311399717-59131-1-git-send-email-cerbere@gmail.com |
---|---|
State | New |
Headers | show |
On 07/23/2011 12:41 AM, Alexandre Raymond wrote: > Add a new binary and generation directory to the gitignore file > > Signed-off-by: Alexandre Raymond<cerbere@gmail.com> Applied. Thanks. Regards, Anthony Liguori > --- > .gitignore | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/.gitignore b/.gitignore > index 08013fc..54835bc 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
diff --git a/.gitignore b/.gitignore index 08013fc..54835bc 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
Add a new binary and generation directory to the gitignore file Signed-off-by: Alexandre Raymond <cerbere@gmail.com> --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)