[PATCH 2/2] selftests: damon: add access_memory to .gitignore

From: SeongJae Park
Date: Wed Feb 21 2024 - 16:13:06 EST


From: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>

This binary is missing in the .gitignore and stays as an untracked file.

Link: https://lore.kernel.org/r/20240214-damon_selftest_gitignore-v1-1-f517d0f9f783@xxxxxxxxx
Reported-by: Bernd Edlinger <bernd.edlinger@xxxxxxxxxx>
Closes: https://lore.kernel.org/all/AS8P193MB1285C963658008F1B2702AF7E4792@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/
Reviewed-by: SeongJae Park <sj@xxxxxxxxxx>
Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
Singed-off-by: SeongJae Park <sj@xxxxxxxxxx>
---
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 d861701f0327..e65ef9d9cedc 100644
--- a/tools/testing/selftests/damon/.gitignore
+++ b/tools/testing/selftests/damon/.gitignore
@@ -2,3 +2,4 @@
huge_count_read_write
debugfs_target_ids_read_before_terminate_race
debugfs_target_ids_pid_leak
+access_memory
--
2.39.2