diff mbox

[for-2.9?,v2] tests: Ignore more test executables

Message ID 20170308151544.7606-1-eblake@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Blake March 8, 2017, 3:15 p.m. UTC
Ignore test executables when building in-tree:
test-arm-mptimer introduced in commit 882fac3
test-crypto-hmac introduced in commit 4fd460b
test-aio-multithread introduced in commit 0c330a7

Signed-off-by: Eric Blake <eblake@redhat.com>
---

v2: pick up another built binary [Laurent]

Doesn't affect the built binaries, but does make it harder to
accidentally commit an unintended binary when doing 'git add .'.
Therefore, it's up to the maintainer if this is 2.9 or 2.10
material.  (test-arm-mptimer has been around since the 2.8 release)

 tests/.gitignore | 3 +++
 1 file changed, 3 insertions(+)

Comments

Laurent Vivier March 8, 2017, 3:30 p.m. UTC | #1
On 08/03/2017 16:15, Eric Blake wrote:
> Ignore test executables when building in-tree:
> test-arm-mptimer introduced in commit 882fac3
> test-crypto-hmac introduced in commit 4fd460b
> test-aio-multithread introduced in commit 0c330a7
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>

Reviewed-by: Laurent Vivier <lvivier@redhat.com>

> ---
> 
> v2: pick up another built binary [Laurent]
> 
> Doesn't affect the built binaries, but does make it harder to
> accidentally commit an unintended binary when doing 'git add .'.
> Therefore, it's up to the maintainer if this is 2.9 or 2.10
> material.  (test-arm-mptimer has been around since the 2.8 release)
> 
>  tests/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/.gitignore b/tests/.gitignore
> index dc37519..73598b6 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -11,6 +11,8 @@ check-qom-proplist
>  qht-bench
>  rcutorture
>  test-aio
> +test-aio-multithread
> +test-arm-mptimer
>  test-base64
>  test-bitops
>  test-bitcnt
> @@ -24,6 +26,7 @@ test-crypto-afsplit
>  test-crypto-block
>  test-crypto-cipher
>  test-crypto-hash
> +test-crypto-hmac
>  test-crypto-ivgen
>  test-crypto-pbkdf
>  test-crypto-secret
>
Michael Tokarev April 22, 2017, 6:03 p.m. UTC | #2
08.03.2017 18:15, Eric Blake wrote:
> Ignore test executables when building in-tree:
> test-arm-mptimer introduced in commit 882fac3
> test-crypto-hmac introduced in commit 4fd460b
> test-aio-multithread introduced in commit 0c330a7

Applied to -trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/tests/.gitignore b/tests/.gitignore
index dc37519..73598b6 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -11,6 +11,8 @@  check-qom-proplist
 qht-bench
 rcutorture
 test-aio
+test-aio-multithread
+test-arm-mptimer
 test-base64
 test-bitops
 test-bitcnt
@@ -24,6 +26,7 @@  test-crypto-afsplit
 test-crypto-block
 test-crypto-cipher
 test-crypto-hash
+test-crypto-hmac
 test-crypto-ivgen
 test-crypto-pbkdf
 test-crypto-secret