All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftests/kexec: ignore selftest binary
@ 2025-06-23 23:25 Dylan Yudaken
  2025-06-24  8:56 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Dylan Yudaken @ 2025-06-23 23:25 UTC (permalink / raw)
  To: kexec, linux-kselftest; +Cc: shuah, Dylan Yudaken

Add a .gitignore for the test case build object.

Signed-off-by: Dylan Yudaken <dyudaken@gmail.com>
---

Hi,

I noticed this was causing some noise in my git checkout, but perhaps I was
doing something odd that it has not been noticed before?

Regards,
Dylan

 tools/testing/selftests/kexec/.gitignore | 2 ++
 1 file changed, 2 insertions(+)
 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..5f3d9e089ae8
--- /dev/null
+++ b/tools/testing/selftests/kexec/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+test_kexec_jump

base-commit: 86731a2a651e58953fc949573895f2fa6d456841
-- 
2.49.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-24  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 23:25 [PATCH] selftests/kexec: ignore selftest binary Dylan Yudaken
2025-06-24  8:56 ` Simon Horman

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.