[PATCH 06/12] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch

John Hubbard posted 12 patches 2 years, 8 months ago
There is a newer version of this series
[PATCH 06/12] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
Posted by John Hubbard 2 years, 8 months ago
These new build products were left out of .gitignore, so add them now.

Signed-off-by: John Hubbard <jhubbard@nvidia.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 8917455f4f51..ab215303d8e9 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -39,3 +39,5 @@ local_config.h
 local_config.mk
 ksm_functional_tests
 mdwe_test
+mkdirty
+va_high_addr_switch
\ No newline at end of file
-- 
2.40.1
Re: [PATCH 06/12] selftests/mm: .gitignore: add mkdirty, va_high_addr_switch
Posted by David Hildenbrand 2 years, 8 months ago
On 02.06.23 03:33, John Hubbard wrote:
> These new build products were left out of .gitignore, so add them now.
> 
> Signed-off-by: John Hubbard <jhubbard@nvidia.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 8917455f4f51..ab215303d8e9 100644
> --- a/tools/testing/selftests/mm/.gitignore
> +++ b/tools/testing/selftests/mm/.gitignore
> @@ -39,3 +39,5 @@ local_config.h
>   local_config.mk
>   ksm_functional_tests
>   mdwe_test
> +mkdirty
> +va_high_addr_switch
> \ No newline at end of file

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

-- 
Thanks,

David / dhildenb