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

The test_kexec_jump binary is generated during 'make kselftest' but was
not ignored, leading to it appearing as untracked in `git status`.
Create a .gitignore file for selftests/kexec and add this
generated file to it.

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

diff --git a/tools/testing/selftests/kexec/.gitignore b/tools/testing/selftests/kexec/.gitignore
new file mode 100644
index 000000000000..6cbe9a1049f3
--- /dev/null
+++ b/tools/testing/selftests/kexec/.gitignore
@@ -0,0 +1 @@
+test_kexec_jump
-- 
2.51.0


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

only message in thread, other threads:[~2025-09-21 17:29 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:29 [PATCH] selftests/kexec: Add .gitignore for generated binary Madhur Kumar

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