| Submitter | Alexandre Raymond |
|---|---|
| Date | July 23, 2011, 5:41 a.m. |
| Message ID | <1311399717-59131-1-git-send-email-cerbere@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/106411/ |
| State | New |
| Headers | show |
Comments
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
Patch
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(-)