* [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
* Re: [PATCH] selftests/kexec: ignore selftest binary
2025-06-23 23:25 [PATCH] selftests/kexec: ignore selftest binary Dylan Yudaken
@ 2025-06-24 8:56 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2025-06-24 8:56 UTC (permalink / raw)
To: Dylan Yudaken; +Cc: kexec, linux-kselftest, shuah
On Tue, Jun 24, 2025 at 12:25:49AM +0100, Dylan Yudaken wrote:
> Add a .gitignore for the test case build object.
>
> Signed-off-by: Dylan Yudaken <dyudaken@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-24 8:56 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).