[PATCH 2/6] selftests/damon: ignore test-generated damon_dump_output

From: SJ Park

Date: Mon Sep 14 2026 - 11:04:31 EST


From: "Zenghui Yu (Huawei)" <zenghui.yu@xxxxxxxxx>

sysfs.py and sysfs_no_op_commit_break.py dump the DAMON status collected
via drgn_dump_damon_status.py into a damon_dump_output file in the working
directory. Ignore it so that running the tests in-tree does not pollute
git status.

Signed-off-by: Zenghui Yu (Huawei) <zenghui.yu@xxxxxxxxx>
Reviewed-by: SJ Park <sj@xxxxxxxxxx>
Signed-off-by: SJ Park <sj@xxxxxxxxxx>
---
Changes from v1
- v1: https://lore.kernel.org/20260908162716.85648-1-zenghui.yu@xxxxxxxxx
- Collect R-b: from SJ.
- Rebase to latest mm-new.

tools/testing/selftests/damon/.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/damon/.gitignore b/tools/testing/selftests/damon/.gitignore
index 2f0297657c816..226bd7c4e0728 100644
--- a/tools/testing/selftests/damon/.gitignore
+++ b/tools/testing/selftests/damon/.gitignore
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
access_memory
access_memory_even
+damon_dump_output
--
2.47.3