diff options
author | Vitaly Kuznetsov <vkuznets@redhat.com> | 2019-10-07 09:26:56 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-10-22 07:31:13 -0400 |
commit | 9de25d182b806d63412f6827e3066c031d4be500 (patch) | |
tree | b409daf9dda8c5a3afbd35636bb6b716552a7488 /tools/testing/selftests | |
parent | 41cd02c6f7f6e66e7abf02a4379e355a7db89f78 (diff) |
selftests: kvm: synchronize .gitignore to Makefile
Because "Untracked files:" are annoying.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r-- | tools/testing/selftests/kvm/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore index b35da375530a..409c1fa75e03 100644 --- a/tools/testing/selftests/kvm/.gitignore +++ b/tools/testing/selftests/kvm/.gitignore | |||
@@ -1,4 +1,5 @@ | |||
1 | /s390x/sync_regs_test | 1 | /s390x/sync_regs_test |
2 | /s390x/memop | ||
2 | /x86_64/cr4_cpuid_sync_test | 3 | /x86_64/cr4_cpuid_sync_test |
3 | /x86_64/evmcs_test | 4 | /x86_64/evmcs_test |
4 | /x86_64/hyperv_cpuid | 5 | /x86_64/hyperv_cpuid |
@@ -9,6 +10,7 @@ | |||
9 | /x86_64/state_test | 10 | /x86_64/state_test |
10 | /x86_64/sync_regs_test | 11 | /x86_64/sync_regs_test |
11 | /x86_64/vmx_close_while_nested_test | 12 | /x86_64/vmx_close_while_nested_test |
13 | /x86_64/vmx_dirty_log_test | ||
12 | /x86_64/vmx_set_nested_state_test | 14 | /x86_64/vmx_set_nested_state_test |
13 | /x86_64/vmx_tsc_adjust_test | 15 | /x86_64/vmx_tsc_adjust_test |
14 | /clear_dirty_log_test | 16 | /clear_dirty_log_test |