diff mbox series

selftests/kexec: ignore selftest binary

Message ID 20250623232549.3263273-1-dyudaken@gmail.com
State New
Headers show
Series selftests/kexec: ignore selftest binary | expand

Commit Message

Dylan Yudaken June 23, 2025, 11:25 p.m. UTC
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


base-commit: 86731a2a651e58953fc949573895f2fa6d456841
diff mbox series

Patch

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