* [PATCH] selftests: filelock: add .gitignore for ofdlocks
@ 2026-06-20 16:10 Masaharu Noguchi
2026-06-27 6:50 ` Masaharu Noguchi
0 siblings, 1 reply; 2+ messages in thread
From: Masaharu Noguchi @ 2026-06-20 16:10 UTC (permalink / raw)
To: Shuah Khan; +Cc: linux-kernel, linux-kselftest, Masaharu Noguchi
Building the filelock selftest produces the ofdlocks binary in the
source directory, which then shows up as an untracked file in git
status. Add a .gitignore so the generated program is ignored, as is
already done for other selftests.
Signed-off-by: Masaharu Noguchi <nogunix@gmail.com>
---
tools/testing/selftests/filelock/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/testing/selftests/filelock/.gitignore b/tools/testing/selftests/filelock/.gitignore
new file mode 100644
index 000000000000..665b62bfa2b2
--- /dev/null
+++ b/tools/testing/selftests/filelock/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+ofdlocks
---
base-commit: 1a3746ccbb0a97bed3c06ccde6b880013b1dddc1
change-id: 20260621-selftests-filelock-gitignore-f78e160f77c1
Best regards,
--
Masaharu Noguchi <nogunix@gmail.com>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] selftests: filelock: add .gitignore for ofdlocks
2026-06-20 16:10 [PATCH] selftests: filelock: add .gitignore for ofdlocks Masaharu Noguchi
@ 2026-06-27 6:50 ` Masaharu Noguchi
0 siblings, 0 replies; 2+ messages in thread
From: Masaharu Noguchi @ 2026-06-27 6:50 UTC (permalink / raw)
To: Shuah Khan; +Cc: linux-kernel, linux-kselftest
Please drop this - it's a duplicate of commit b3c726f9f466
("kselftest/filelock: add a .gitignore file"), already in mainline.
Thanks,
Masaharu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-27 6:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-20 16:10 [PATCH] selftests: filelock: add .gitignore for ofdlocks Masaharu Noguchi
2026-06-27 6:50 ` Masaharu Noguchi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.