[PATCH 2/4] selftests: kvm: add tsc_scaling_sync to .gitignore

From: Like Xu
Date: Wed Apr 06 2022 - 06:07:30 EST


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

Signed-off-by: Like Xu <likexu@xxxxxxxxxxx>
---
Note: hyperv_svm_test has been added in the upstream commit 946ad0499d98.

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 1f1b6c978bf7..84d5bcf93f8b 100644
--- a/tools/testing/selftests/kvm/.gitignore
+++ b/tools/testing/selftests/kvm/.gitignore
@@ -33,6 +33,7 @@
/x86_64/state_test
/x86_64/svm_vmcall_test
/x86_64/svm_int_ctl_test
+/x86_64/tsc_scaling_sync
/x86_64/sync_regs_test
/x86_64/tsc_msrs_test
/x86_64/userspace_io_test
--
2.35.1