diff mbox

Update .gitignore

Message ID 1475107128-5101-1-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Commit Message

David Gibson Sept. 28, 2016, 11:58 p.m. UTC
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(+)

Comments

Marc-André Lureau Sept. 29, 2016, 8:17 a.m. UTC | #1
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
Michael Tokarev Sept. 29, 2016, 4 p.m. UTC | #2
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
Alex Bennée Sept. 29, 2016, 5:08 p.m. UTC | #3
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
diff mbox

Patch

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