[PATCH] tools/vm/page_owner: ignore page_owner_sort binary

From: Rong Tao
Date: Tue Nov 08 2022 - 06:54:07 EST


From: Rong Tao <rongtao@xxxxxxxx>

page_owner_sort was introduced since commit 48c96a368579("mm/page_owner:
keep track of page owners"), and we should ignore it.

Signed-off-by: Rong Tao <rongtao@xxxxxxxx>
---
tools/vm/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/vm/.gitignore b/tools/vm/.gitignore
index 79bb92ae1bb3..922879f93fc8 100644
--- a/tools/vm/.gitignore
+++ b/tools/vm/.gitignore
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
slabinfo
page-types
+page_owner_sort
--
2.31.1