diff options
author | Muhammad Usama Anjum <[email protected]> | 2022-05-21 14:43:13 +0500 |
---|---|---|
committer | akpm <[email protected]> | 2022-05-25 10:47:49 -0700 |
commit | 3d3921ed271b0e23d60c91fcad089f2f5e71af98 (patch) | |
tree | 688e05f7d9695ce7827f053bc29ef1f14bb9d379 | |
parent | 75c96ccea2e1de1342996722ee505d2cadedc0dd (diff) |
selftests: vm: add migration to the .gitignore
Add newly added migration test object to .gitignore file.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: 0c2d08728470 ("mm: add selftests for migration entries")
Signed-off-by: Muhammad Usama Anjum <[email protected]>
Reviewed-by: Alistair Popple <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | tools/testing/selftests/vm/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore index 6c2ac4208c27..31e5eea2a9b9 100644 --- a/tools/testing/selftests/vm/.gitignore +++ b/tools/testing/selftests/vm/.gitignore @@ -9,6 +9,7 @@ map_hugetlb map_populate thuge-gen compaction_test +migration mlock2-tests mrelease_test mremap_dontunmap |