[PATCH 02/29] selftests/mm: Update .gitignore with two missing tests

Peter Xu posted 29 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH 02/29] selftests/mm: Update .gitignore with two missing tests
Posted by Peter Xu 2 years, 8 months ago
Signed-off-by: Peter Xu <peterx@redhat.com>
---
 tools/testing/selftests/mm/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
index 1f8c36a9fa10..347277f2adc3 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -36,3 +36,5 @@ split_huge_page_test
 ksm_tests
 local_config.h
 local_config.mk
+ksm_functional_tests
+mdwe_test
-- 
2.39.1
Re: [PATCH 02/29] selftests/mm: Update .gitignore with two missing tests
Posted by Mike Rapoport 2 years, 8 months ago
On Thu, Mar 30, 2023 at 12:06:43PM -0400, Peter Xu wrote:
> Signed-off-by: Peter Xu <peterx@redhat.com>

Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org>

> ---
>  tools/testing/selftests/mm/.gitignore | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
> index 1f8c36a9fa10..347277f2adc3 100644
> --- a/tools/testing/selftests/mm/.gitignore
> +++ b/tools/testing/selftests/mm/.gitignore
> @@ -36,3 +36,5 @@ split_huge_page_test
>  ksm_tests
>  local_config.h
>  local_config.mk
> +ksm_functional_tests
> +mdwe_test
> -- 
> 2.39.1
> 

-- 
Sincerely yours,
Mike.
Re: [PATCH 02/29] selftests/mm: Update .gitignore with two missing tests
Posted by David Hildenbrand 2 years, 8 months ago
On 30.03.23 18:06, Peter Xu wrote:
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>   tools/testing/selftests/mm/.gitignore | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
> index 1f8c36a9fa10..347277f2adc3 100644
> --- a/tools/testing/selftests/mm/.gitignore
> +++ b/tools/testing/selftests/mm/.gitignore
> @@ -36,3 +36,5 @@ split_huge_page_test
>   ksm_tests
>   local_config.h
>   local_config.mk
> +ksm_functional_tests
> +mdwe_test

Reviewed-by: David Hildenbrand <david@redhat.com>

-- 
Thanks,

David / dhildenb