diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2022-03-02 21:01:20 +0300 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2022-03-04 01:17:10 +0300 |
commit | 946ad0499d984be13ec02f8257ca0527ec287bf2 (patch) | |
tree | 13f9a3d0b39c4e10075470197a5629804eb7db96 /tools/testing/selftests | |
parent | c7b9c68fc01b468983c8f4745f400fa74c831005 (diff) | |
download | linux-946ad0499d984be13ec02f8257ca0527ec287bf2.tar.xz |
selftests: kvm: add generated file to the .gitignore
Add hyperv_svm_test to the .gitignore file.
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests')
-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 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 |