diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-10-19 16:38:16 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-10-19 18:14:26 +0200 |
commit | f15ac811e80b857a443476de60ce70d3e6049ae5 (patch) | |
tree | 138288dc457033787f3dadcf3cb0b4d5e91467cc /tools | |
parent | e42b4a507efa19a90c63e7968c93c4f82d3bc805 (diff) | |
download | linux-f15ac811e80b857a443476de60ce70d3e6049ae5.tar.bz2 |
selftests/kvm: add missing executables to .gitignore
Fixes: 18178ff86217 ("KVM: selftests: add Enlightened VMCS test")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools')
-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 552b0d9a49f4..6210ba41c29e 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore @@ -1,4 +1,5 @@ /x86_64/cr4_cpuid_sync_test +/x86_64/evmcs_test /x86_64/platform_info_test /x86_64/set_sregs_test /x86_64/sync_regs_test |