[PATCH] selftests/mm: remove duplicate .gitignore entries
From: Moon Hee Lee
Date: Wed Jun 25 2025 - 22:08:12 EST
Remove redundant entries in .gitignore confirmed by:
$ sort tools/testing/selftests/mm/.gitignore | uniq -d
hugetlb_dio
pkey_sighandler_tests_32
pkey_sighandler_tests_64
These entries were originally added by [1], and later duplicated by [2].
[1] https://lore.kernel.org/all/20240924185911.117937-1-lorenzo.stoakes@xxxxxxxxxx/
[2] https://lore.kernel.org/all/20241125064036.413536-1-lizhijian@xxxxxxxxxxx/
Signed-off-by: Moon Hee Lee <moonhee.lee.ca@xxxxxxxxx>
---
tools/testing/selftests/mm/.gitignore | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tools/testing/selftests/mm/.gitignore b/tools/testing/selftests/mm/.gitignore
index 824266982aa3..f2dafa0b700b 100644
--- a/tools/testing/selftests/mm/.gitignore
+++ b/tools/testing/selftests/mm/.gitignore
@@ -38,9 +38,6 @@ map_fixed_noreplace
write_to_hugetlbfs
hmm-tests
memfd_secret
-hugetlb_dio
-pkey_sighandler_tests_32
-pkey_sighandler_tests_64
soft-dirty
split_huge_page_test
ksm_tests
--
2.43.0