Message ID | 1407278346-17427-3-git-send-email-eblake@redhat.com |
---|---|
State | New |
Headers | show |
Reviewed-by: Wenchao Xia <wenchaoqemu@gmail.com> 在 2014-8-6 6:38, Eric Blake 写道: > After an in-tree build and run of 'make check-{qapi-schema,unit}', > I noticed some leftover files. > > * tests/.gitignore: Ignore more testsuite droppings. > > Signed-off-by: Eric Blake <eblake@redhat.com> > --- > tests/.gitignore | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/.gitignore b/tests/.gitignore > index c71c110..e2e4957 100644 > --- a/tests/.gitignore > +++ b/tests/.gitignore > @@ -14,11 +14,14 @@ test-int128 > test-iov > test-mul64 > test-opts-visitor > +test-qapi-event.[ch] > test-qapi-types.[ch] > test-qapi-visit.[ch] > test-qdev-global-props > +test-qemu-opts > test-qmp-commands > test-qmp-commands.h > +test-qmp-event > test-qmp-input-strict > test-qmp-input-visitor > test-qmp-marshal.c >
diff --git a/tests/.gitignore b/tests/.gitignore index c71c110..e2e4957 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -14,11 +14,14 @@ test-int128 test-iov test-mul64 test-opts-visitor +test-qapi-event.[ch] test-qapi-types.[ch] test-qapi-visit.[ch] test-qdev-global-props +test-qemu-opts test-qmp-commands test-qmp-commands.h +test-qmp-event test-qmp-input-strict test-qmp-input-visitor test-qmp-marshal.c
After an in-tree build and run of 'make check-{qapi-schema,unit}', I noticed some leftover files. * tests/.gitignore: Ignore more testsuite droppings. Signed-off-by: Eric Blake <eblake@redhat.com> --- tests/.gitignore | 3 +++ 1 file changed, 3 insertions(+)