[Linux-kernel-mentees] [PATCH v2] selftests: kvm: Add files generated when compiled to .gitignore

Sean Christopherson sean.j.christopherson at intel.com
Mon May 13 14:03:05 UTC 2019


On Sat, May 11, 2019 at 10:44:34PM -0600, Kelsey Skunberg wrote:
> The following files are generated in /selftests/kvm/ after compiling and
> should be added to /selftests/kvm/.gitignore:
> 
>         - /x86_64/hyperv_cpuid
> 	- /x86_64/smm_test
> 	- /clear_dirty_log_test
> 
> Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
> ---

An equivalent patch has already been queued.

https://patchwork.kernel.org/patch/10931115/

> Changes since v1:
>         - Included /clear_dirty_log_test to .gitignore
>         - Updated commit log to reflect file added
> 
>  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
> --
> 2.20.1
> 


More information about the Linux-kernel-mentees mailing list