From 7698d52e33fc9e53346ae783b23c707b7994e32b Mon Sep 17 00:00:00 2001 From: Zenghui Yu Date: Wed, 24 Jun 2026 23:06:42 +0800 Subject: [PATCH] tools/mm: add thp_swap_allocator_test binary to .gitignore Tell git to ignore the generated binary for thp_swap_allocator_test.c. Link: https://lore.kernel.org/20260624150642.19749-1-zenghui.yu@linux.dev Signed-off-by: Zenghui Yu Reviewed-by: SeongJae Park Signed-off-by: Andrew Morton --- tools/mm/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mm/.gitignore b/tools/mm/.gitignore index 922879f93fc8..1446a659e540 100644 --- a/tools/mm/.gitignore +++ b/tools/mm/.gitignore @@ -2,3 +2,4 @@ slabinfo page-types page_owner_sort +thp_swap_allocator_test