diff mbox series

selftests: kvm: add hyperv_svm_test to .gitignore

Message ID 20220225070558.73195-1-likexu@tencent.com (mailing list archive)
State New, archived
Headers show
Series selftests: kvm: add hyperv_svm_test to .gitignore | expand

Commit Message

Like Xu Feb. 25, 2022, 7:05 a.m. UTC
From: Like Xu <likexu@tencent.com>

hyperv_svm_test's binary should be present in the .gitignore file
for the git to ignore it.

Fixes: e67bd7df28a0 ("KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftest")
Signed-off-by: Like Xu <likexu@tencent.com>
---
 tools/testing/selftests/kvm/.gitignore | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index dce7de7755e6..62f9b781545b 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -20,6 +20,7 @@ 
 /x86_64/hyperv_clock
 /x86_64/hyperv_cpuid
 /x86_64/hyperv_features
+/x86_64/hyperv_svm_test
 /x86_64/mmio_warning_test
 /x86_64/mmu_role_test
 /x86_64/platform_info_test