From: Muhammad Usama Anjum Date: Wed, 2 Mar 2022 18:01:20 +0000 (+0500) Subject: selftests: kvm: add generated file to the .gitignore X-Git-Tag: v6.6.17~7953^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=946ad0499d984be13ec02f8257ca0527ec287bf2;p=platform%2Fkernel%2Flinux-rpi.git selftests: kvm: add generated file to the .gitignore Add hyperv_svm_test to the .gitignore file. Signed-off-by: Muhammad Usama Anjum Reviewed-by: Kees Cook Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index dce7de7..62f9b78 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