.gitignore currently does not include the binary thp_swap_allocator_test. Add it to .gitignore. Signed-off-by: Sarthak Sharma --- Changes in v2: - Correct the binary name in the subject and commit message --- 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 -- 2.39.5