[PATCH] kselftest/arm64: Add missing file in .gitignore

I-Hsin Cheng posted 1 patch 1 week, 6 days ago
tools/testing/selftests/arm64/mte/.gitignore | 1 +
1 file changed, 1 insertion(+)
[PATCH] kselftest/arm64: Add missing file in .gitignore
Posted by I-Hsin Cheng 1 week, 6 days ago
The binary generated by check_hugetlb_options is missing in .gitignore
under the directory. Add it into the file so it won't be logged into
version control.

Signed-off-by: I-Hsin Cheng <richard120310@gmail.com>
---
 tools/testing/selftests/arm64/mte/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/arm64/mte/.gitignore b/tools/testing/selftests/arm64/mte/.gitignore
index 052d0f9f92b3..f6937f890039 100644
--- a/tools/testing/selftests/arm64/mte/.gitignore
+++ b/tools/testing/selftests/arm64/mte/.gitignore
@@ -6,3 +6,4 @@ check_mmap_options
 check_prctl
 check_ksm_options
 check_user_mem
+check_hugetlb_options
-- 
2.39.5 (Apple Git-154)
Re: [PATCH] kselftest/arm64: Add missing file in .gitignore
Posted by Will Deacon 1 week, 3 days ago
On Sat, 24 Jan 2026 20:32:41 +0800, I-Hsin Cheng wrote:
> The binary generated by check_hugetlb_options is missing in .gitignore
> under the directory. Add it into the file so it won't be logged into
> version control.
> 
> 

Applied to arm64 (for-next/selftests), thanks!

[1/1] kselftest/arm64: Add missing file in .gitignore
      https://git.kernel.org/arm64/c/3c58f03e805f

Cheers,
-- 
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev
Re: [PATCH] kselftest/arm64: Add missing file in .gitignore
Posted by Will Deacon 1 week, 4 days ago
On Sat, Jan 24, 2026 at 08:32:41PM +0800, I-Hsin Cheng wrote:
> The binary generated by check_hugetlb_options is missing in .gitignore
> under the directory. Add it into the file so it won't be logged into
> version control.
> 
> Signed-off-by: I-Hsin Cheng <richard120310@gmail.com>
> ---
>  tools/testing/selftests/arm64/mte/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tools/testing/selftests/arm64/mte/.gitignore b/tools/testing/selftests/arm64/mte/.gitignore
> index 052d0f9f92b3..f6937f890039 100644
> --- a/tools/testing/selftests/arm64/mte/.gitignore
> +++ b/tools/testing/selftests/arm64/mte/.gitignore
> @@ -6,3 +6,4 @@ check_mmap_options
>  check_prctl
>  check_ksm_options
>  check_user_mem
> +check_hugetlb_options

Thanks, I'll pick this up.

Will