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
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
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
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
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