diff mbox series

selftests: vm: add migration to the .gitignore

Message ID 20220521094313.166505-1-usama.anjum@collabora.com (mailing list archive)
State Accepted
Commit 3d3921ed271b0e23d60c91fcad089f2f5e71af98
Headers show
Series selftests: vm: add migration to the .gitignore | expand

Commit Message

Muhammad Usama Anjum May 21, 2022, 9:43 a.m. UTC
Add newly added migration test object to .gitignore file.

Fixes: 0c2d08728470 ("mm: add selftests for migration entries")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
---
 tools/testing/selftests/vm/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Alistair Popple May 23, 2022, 5:28 a.m. UTC | #1
Oh thanks for catching that!

Reviewed-by: Alistair Popple <apopple@nvidia.com>

Muhammad Usama Anjum <usama.anjum@collabora.com> writes:

> Add newly added migration test object to .gitignore file.
>
> Fixes: 0c2d08728470 ("mm: add selftests for migration entries")
> Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
> ---
>  tools/testing/selftests/vm/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore
> index 6c2ac4208c272..31e5eea2a9b90 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
diff mbox series

Patch

diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore
index 6c2ac4208c272..31e5eea2a9b90 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