]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests/mm: remove duplicate .gitignore entries
authorMoon Hee Lee <moonhee.lee.ca@gmail.com>
Thu, 26 Jun 2025 02:07:58 +0000 (19:07 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 10 Jul 2025 05:42:22 +0000 (22:42 -0700)
commit67c94320571f37efd6d88b8c23a3a69ece63fb7f
tree761a7077f43fd1b5bbb0f639b2fb6aabc51d8f0f
parentd2ef92cd2a31ba7c0d0eb0dd5c1acf381f161fcd
selftests/mm: remove duplicate .gitignore entries

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@oracle.com/
[2] https://lore.kernel.org/all/20241125064036.413536-1-lizhijian@fujitsu.com/

Link: https://lkml.kernel.org/r/20250626020758.163243-1-moonhee.lee.ca@gmail.com
Signed-off-by: Moon Hee Lee <moonhee.lee.ca@gmail.com>
Reviewed-by: Dev Jain <dev.jain@arm.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/mm/.gitignore