diff mbox series

[V2,3/3] selftests: kvm: add generated file to the .gitignore

Message ID 20220302180121.1717581-3-usama.anjum@collabora.com (mailing list archive)
State Accepted
Commit 946ad0499d984be13ec02f8257ca0527ec287bf2
Headers show
Series [V2,1/3] selftests: add kselftest_install to .gitignore | expand

Commit Message

Muhammad Usama Anjum March 2, 2022, 6:01 p.m. UTC
Add hyperv_svm_test to the .gitignore file.

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

Comments

Shuah Khan March 3, 2022, 10:23 p.m. UTC | #1
On 3/2/22 11:01 AM, Muhammad Usama Anjum wrote:
> Add hyperv_svm_test to the .gitignore file.
> 
> 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 7903580a48ac..4d11adeac214 100644
> --- a/tools/testing/selftests/kvm/.gitignore
> +++ b/tools/testing/selftests/kvm/.gitignore
> @@ -21,6 +21,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
> 

Applied to linux-kselftest next for Linux 5.18-rc1

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore
index 7903580a48ac..4d11adeac214 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -21,6 +21,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