From: Like Xu Date: Wed, 6 Apr 2022 06:37:13 +0000 (+0800) Subject: selftests: kvm: add tsc_scaling_sync to .gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0c8b6641c8410930e2a2f4a437ac3f987fbf9404;p=linux.git selftests: kvm: add tsc_scaling_sync to .gitignore The tsc_scaling_sync's binary should be present in the .gitignore file for the git to ignore it. Signed-off-by: Like Xu Message-Id: <20220406063715.55625-3-likexu@tencent.com> Signed-off-by: Paolo Bonzini --- diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index 573d93a1d61f0..0b0e4402bba6a 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore @@ -34,6 +34,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