On Thu, May 02, 2019 at 11:31:50AM -0700, Aaron Lewis wrote: > Signed-off-by: Aaron Lewis <aaronlewis@xxxxxxxxxx> > Reviewed-by: Peter Shier <pshier@xxxxxxxxxx> > Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx> > --- > tools/testing/selftests/kvm/.gitignore | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/testing/selftests/kvm/.gitignore b/tools/testing/selftests/kvm/.gitignore > index 2689d1ea6d7a..391a19231618 100644 > --- a/tools/testing/selftests/kvm/.gitignore > +++ b/tools/testing/selftests/kvm/.gitignore > @@ -6,4 +6,7 @@ > /x86_64/vmx_close_while_nested_test > /x86_64/vmx_tsc_adjust_test > /x86_64/state_test > +/x86_64/hyperv_cpuid > +/x86_64/smm_test > +/clear_dirty_log_test > /dirty_log_test Super nit: would you want to organize these alphabetically? Only the last two entries (x86_64/state_test and dirty_log_test) would need to be moved. Wish we didn't have to play whack-a-mole with ignoring tests, but a quick glance at the selftest build system doesn't reveal an easy way to provide and ignore an output directory :( Reviewed-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>