diff mbox series

selftests: kvm: add amx_test to .gitignore

Message ID 20220118122053.1941915-1-usama.anjum@collabora.com
State Accepted
Commit d5ad5b1c04c85f01850e88231cad7dfbc9e1d30c
Headers show
Series selftests: kvm: add amx_test to .gitignore | expand

Commit Message

Muhammad Usama Anjum Jan. 18, 2022, 12:20 p.m. UTC
amx_test's binary should be present in the .gitignore file for the git
to ignore it.

Fixes: bf70636d9443 ("selftest: kvm: Add amx selftest")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
---
 tools/testing/selftests/kvm/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Paolo Bonzini Jan. 18, 2022, 1:23 p.m. UTC | #1
On 1/18/22 13:20, Muhammad Usama Anjum wrote:
> amx_test's binary should be present in the .gitignore file for the git
> to ignore it.
> 
> Fixes: bf70636d9443 ("selftest: kvm: Add amx selftest")
> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
> ---
>   tools/testing/selftests/kvm/.gitignore | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
> index 8c129961accf..780066ae092c 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -8,6 +8,7 @@
>   /s390x/memop
>   /s390x/resets
>   /s390x/sync_regs_test
> +/x86_64/amx_test
>   /x86_64/cr4_cpuid_sync_test
>   /x86_64/debug_regs
>   /x86_64/evmcs_test

Queued, thanks.

paolo
diff mbox series

Patch

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 8c129961accf..780066ae092c 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -8,6 +8,7 @@ 
 /s390x/memop
 /s390x/resets
 /s390x/sync_regs_test
+/x86_64/amx_test
 /x86_64/cr4_cpuid_sync_test
 /x86_64/debug_regs
 /x86_64/evmcs_test