qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Update .gitignore
@ 2016-09-28 23:58 David Gibson
  2016-09-29  8:17 ` [Qemu-trivial] [Qemu-devel] " Marc-André Lureau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Gibson @ 2016-09-28 23:58 UTC (permalink / raw)
  To: qemu-trivial; +Cc: qemu-devel, 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 <david@gibson.dropbear.id.au>
---
 .gitignore       | 1 +
 tests/.gitignore | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index c91d018..1babcc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@
 /trace/generated-ust.c
 /ui/shader/texture-blit-frag.h
 /ui/shader/texture-blit-vert.h
+module_block.h
 *-timestamp
 /*-softmmu
 /*-darwin-user
diff --git a/tests/.gitignore b/tests/.gitignore
index 0f0c79b..9f3d2ee 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -12,7 +12,9 @@ rcutorture
 test-aio
 test-base64
 test-bitops
+test-blockjob
 test-blockjob-txn
+test-bufferiszero
 test-clone-visitor
 test-coroutine
 test-crypto-afsplit
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Update .gitignore
  2016-09-28 23:58 [Qemu-trivial] [PATCH] Update .gitignore David Gibson
@ 2016-09-29  8:17 ` Marc-André Lureau
  2016-09-29 16:00 ` [Qemu-trivial] " Michael Tokarev
  2016-09-29 17:08 ` [Qemu-trivial] [Qemu-devel] " Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: Marc-André Lureau @ 2016-09-29  8:17 UTC (permalink / raw)
  To: David Gibson, qemu-trivial; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1139 bytes --]

On Thu, Sep 29, 2016 at 3:59 AM David Gibson <david@gibson.dropbear.id.au>
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 <david@gibson.dropbear.id.au>
> ---
>

Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

 .gitignore       | 1 +
>  tests/.gitignore | 2 ++
>  2 files changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index c91d018..1babcc2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -20,6 +20,7 @@
>  /trace/generated-ust.c
>  /ui/shader/texture-blit-frag.h
>  /ui/shader/texture-blit-vert.h
> +module_block.h
>  *-timestamp
>  /*-softmmu
>  /*-darwin-user
> diff --git a/tests/.gitignore b/tests/.gitignore
> index 0f0c79b..9f3d2ee 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -12,7 +12,9 @@ rcutorture
>  test-aio
>  test-base64
>  test-bitops
> +test-blockjob
>  test-blockjob-txn
> +test-bufferiszero
>  test-clone-visitor
>  test-coroutine
>  test-crypto-afsplit
> --
> 2.7.4
>
>
> --
Marc-André Lureau

[-- Attachment #2: Type: text/html, Size: 1843 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-trivial] [PATCH] Update .gitignore
  2016-09-28 23:58 [Qemu-trivial] [PATCH] Update .gitignore David Gibson
  2016-09-29  8:17 ` [Qemu-trivial] [Qemu-devel] " Marc-André Lureau
@ 2016-09-29 16:00 ` Michael Tokarev
  2016-09-29 17:08 ` [Qemu-trivial] [Qemu-devel] " Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2016-09-29 16:00 UTC (permalink / raw)
  To: David Gibson, qemu-trivial; +Cc: qemu-devel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Update .gitignore
  2016-09-28 23:58 [Qemu-trivial] [PATCH] Update .gitignore David Gibson
  2016-09-29  8:17 ` [Qemu-trivial] [Qemu-devel] " Marc-André Lureau
  2016-09-29 16:00 ` [Qemu-trivial] " Michael Tokarev
@ 2016-09-29 17:08 ` Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2016-09-29 17:08 UTC (permalink / raw)
  To: David Gibson; +Cc: qemu-trivial, qemu-devel


David Gibson <david@gibson.dropbear.id.au> 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 <david@gibson.dropbear.id.au>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  .gitignore       | 1 +
>  tests/.gitignore | 2 ++
>  2 files changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index c91d018..1babcc2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -20,6 +20,7 @@
>  /trace/generated-ust.c
>  /ui/shader/texture-blit-frag.h
>  /ui/shader/texture-blit-vert.h
> +module_block.h
>  *-timestamp
>  /*-softmmu
>  /*-darwin-user
> diff --git a/tests/.gitignore b/tests/.gitignore
> index 0f0c79b..9f3d2ee 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -12,7 +12,9 @@ rcutorture
>  test-aio
>  test-base64
>  test-bitops
> +test-blockjob
>  test-blockjob-txn
> +test-bufferiszero
>  test-clone-visitor
>  test-coroutine
>  test-crypto-afsplit


--
Alex Bennée


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-29 17:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-28 23:58 [Qemu-trivial] [PATCH] Update .gitignore David Gibson
2016-09-29  8:17 ` [Qemu-trivial] [Qemu-devel] " Marc-André Lureau
2016-09-29 16:00 ` [Qemu-trivial] " Michael Tokarev
2016-09-29 17:08 ` [Qemu-trivial] [Qemu-devel] " Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).