]> Git Repo - linux.git/commitdiff
selftests: kvm: add tsc_scaling_sync to .gitignore
authorLike Xu <[email protected]>
Wed, 6 Apr 2022 06:37:13 +0000 (14:37 +0800)
committerPaolo Bonzini <[email protected]>
Mon, 11 Apr 2022 17:28:56 +0000 (13:28 -0400)
The tsc_scaling_sync's binary should be present in the .gitignore
file for the git to ignore it.

Signed-off-by: Like Xu <[email protected]>
Message-Id: <20220406063715[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
tools/testing/selftests/kvm/.gitignore

index 573d93a1d61f0e44b052bd2816f1e5405c41a7af..0b0e4402bba6ae13e66cc812b64f7a128a1ca4ab 100644 (file)
@@ -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
This page took 0.065038 seconds and 4 git commands to generate.