kselftest/arm64: Add missing file in .gitignore
authorI-Hsin Cheng <richard120310@gmail.com>
Sat, 24 Jan 2026 12:32:41 +0000 (20:32 +0800)
committerWill Deacon <will@kernel.org>
Mon, 26 Jan 2026 14:29:06 +0000 (14:29 +0000)
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>
Signed-off-by: Will Deacon <will@kernel.org>
tools/testing/selftests/arm64/mte/.gitignore

index 052d0f9..f6937f8 100644 (file)
@@ -6,3 +6,4 @@ check_mmap_options
 check_prctl
 check_ksm_options
 check_user_mem
+check_hugetlb_options