diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2022-05-21 14:43:13 +0500 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-05-25 10:47:49 -0700 |
commit | 3d3921ed271b0e23d60c91fcad089f2f5e71af98 (patch) | |
tree | 688e05f7d9695ce7827f053bc29ef1f14bb9d379 | |
parent | 75c96ccea2e1de1342996722ee505d2cadedc0dd (diff) | |
download | linux-3d3921ed271b0e23d60c91fcad089f2f5e71af98.tar.bz2 |
selftests: vm: add migration to the .gitignore
Add newly added migration test object to .gitignore file.
Link: https://lkml.kernel.org/r/20220521094313.166505-1-usama.anjum@collabora.com
Fixes: 0c2d08728470 ("mm: add selftests for migration entries")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Reviewed-by: Alistair Popple <apopple@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-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 |