Re: [Qemu-devel] [PATCH] Update .gitignore

2016-09-29 Thread Alex Bennée
David Gibson writes: > This adds one generated header, and a couple of testcase binaries to the > .gitignore files, which haven't yet been included. > > Signed-off-by: David Gibson Reviewed-by: Alex Bennée > --- > .gitignore | 1 + > tests/.gitignore | 2 ++ > 2 files changed, 3 inser

Re: [Qemu-devel] [PATCH] Update .gitignore

2016-09-29 Thread Michael Tokarev
29.09.2016 02:58, David Gibson wrote: This adds one generated header, and a couple of testcase binaries to the .gitignore files, which haven't yet been included. Other people already spotted these omissions in .gitignore. Thank you! /mjt

Re: [Qemu-devel] [PATCH] Update .gitignore

2016-09-29 Thread Marc-André Lureau
On Thu, Sep 29, 2016 at 3:59 AM David Gibson wrote: > This adds one generated header, and a couple of testcase binaries to the > .gitignore files, which haven't yet been included. > > Signed-off-by: David Gibson > --- > Reviewed-by: Marc-André Lureau .gitignore | 1 + > tests/.gitignor

[Qemu-devel] [PATCH] Update .gitignore

2016-09-28 Thread David Gibson
This adds one generated header, and a couple of testcase binaries to the .gitignore files, which haven't yet been included. Signed-off-by: David Gibson --- .gitignore | 1 + tests/.gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c91d018..1babc

[Qemu-devel] [PATCH] Update .gitignore

2010-06-27 Thread Hidetoshi Seto
Add some files/directories to .gitignore - vapic.bin A generated binary file - libdis/ and libdis-user/ Directories generated in ./configure - QMP/qmp-commands.txt A generated text - qemu-options.def A generated file used as a source of qemu-options.h Signed-off-by