diff options
author | Like Xu <[email protected]> | 2022-04-06 14:37:13 +0800 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2022-04-11 13:28:56 -0400 |
commit | 0c8b6641c8410930e2a2f4a437ac3f987fbf9404 (patch) | |
tree | 9378ea7aefd09cd7e8acd34a1746e059a11722b3 | |
parent | b2c2c21a7d78a7994fe145d829ddc460bfb51912 (diff) |
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 <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
-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 573d93a1d61f..0b0e4402bba6 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 |