Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests/mm: add a few missing gitignore files

Compiled binary files should be added to .gitignore
'git status' complains:
Untracked files:
(use "git add <file>..." to include in what will be committed)
mm/hugetlb_dio
mm/pkey_sighandler_tests_32
mm/pkey_sighandler_tests_64

Link: https://lkml.kernel.org/r/20241125064036.413536-1-lizhijian@fujitsu.com
Signed-off-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: John Hubbard <jhubbard@nvidia.com>
Cc: Donet Tom <donettom@linux.ibm.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Li Zhijian and committed by
Andrew Morton
cec1312a 3658cb16

+3
+3
tools/testing/selftests/mm/.gitignore
··· 36 36 write_to_hugetlbfs 37 37 hmm-tests 38 38 memfd_secret 39 + hugetlb_dio 40 + pkey_sighandler_tests_32 41 + pkey_sighandler_tests_64 39 42 soft-dirty 40 43 split_huge_page_test 41 44 ksm_tests