Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] selftests/cachestat: Add file tmpshmcstat to .gitignore
@ 2025-09-21 17:08 Madhur Kumar
  0 siblings, 0 replies; only message in thread
From: Madhur Kumar @ 2025-09-21 17:08 UTC (permalink / raw)
  To: shuah; +Cc: linux-kselftest, linux-kernel, Madhur Kumar

The tmpshmcstat file is generated with kselftest run but was not
ignored, leading to it appearing as untracked in git status.
Add it to .gitignore to silence the warning.

Signed-off-by: Madhur Kumar <madhurkumar004@gmail.com>
---
 tools/testing/selftests/cachestat/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/testing/selftests/cachestat/.gitignore b/tools/testing/selftests/cachestat/.gitignore
index d6c30b43a4bb..abbb13b6e96b 100644
--- a/tools/testing/selftests/cachestat/.gitignore
+++ b/tools/testing/selftests/cachestat/.gitignore
@@ -1,2 +1,3 @@
 # SPDX-License-Identifier: GPL-2.0-only
 test_cachestat
+tmpshmcstat
-- 
2.51.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-21 17:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-21 17:08 [PATCH] selftests/cachestat: Add file tmpshmcstat to .gitignore Madhur Kumar

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