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
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
linux-kselftest-mirror@lists.linaro.org