Linux-mm Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] tools/mm: add thp_swap_allocator_test to .gitignore
@ 2026-07-31  7:03 Sarthak Sharma
  2026-08-01  1:05 ` SJ Park
  0 siblings, 1 reply; 2+ messages in thread
From: Sarthak Sharma @ 2026-07-31  7:03 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-mm, linux-kernel, Sarthak Sharma

.gitignore currently does not include the binary
thp_swap_allocator_test. Add it to .gitignore.

Signed-off-by: Sarthak Sharma <sarthak.sharma@arm.com>
---
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



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

end of thread, other threads:[~2026-08-01  1:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31  7:03 [PATCH v2] tools/mm: add thp_swap_allocator_test to .gitignore Sarthak Sharma
2026-08-01  1:05 ` SJ Park

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox