diff options
author | Muhammad Usama Anjum <[email protected]> | 2022-01-18 17:20:52 +0500 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2022-01-19 12:14:50 -0500 |
commit | d5ad5b1c04c85f01850e88231cad7dfbc9e1d30c (patch) | |
tree | ca73d6a2c91ac6e80fff7ed8fa7b87c5848b1ce4 | |
parent | a3c19d5beaad25fcaa703b251c72c3a22fc09100 (diff) |
selftests: kvm: add amx_test to .gitignore
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 <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
-rw-r--r-- | tools/testing/selftests/kvm/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index c2165b137a50..dce7de7755e6 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/cpuid_test /x86_64/cr4_cpuid_sync_test /x86_64/debug_regs |