All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests: vm: add migration to the .gitignore
@ 2022-05-21  9:43 Muhammad Usama Anjum
  2022-05-23  5:28 ` Alistair Popple
  0 siblings, 1 reply; 2+ messages in thread
From: Muhammad Usama Anjum @ 2022-05-21  9:43 UTC (permalink / raw)
  To: Andrew Morton, Shuah Khan, Alistair Popple
  Cc: Muhammad Usama Anjum, kernel, linux-mm, linux-kselftest, linux-kernel

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
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-23  5:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-21  9:43 [PATCH] selftests: vm: add migration to the .gitignore Muhammad Usama Anjum
2022-05-23  5:28 ` Alistair Popple

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.