summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Yudaken <dyudaken@gmail.com>2025-09-19 10:01:39 -0700
committerShuah Khan <skhan@linuxfoundation.org>2025-09-25 13:43:28 -0600
commit21bbcdf669554c2fe535592be639ba2f2e899399 (patch)
tree90e0a574c8c4f09be3e2dc15528c726f42503585
parent2c55daf7de07158df2ab3835321086beca25a691 (diff)
selftests/kexec: Ignore selftest binary
Add a .gitignore for the test case build object. Signed-off-by: Dylan Yudaken <dyudaken@gmail.com> Signed-off-by: Sohil Mehta <sohil.mehta@intel.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
-rw-r--r--tools/testing/selftests/kexec/.gitignore2
1 files changed, 2 insertions, 0 deletions
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