[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250921172917.77705-1-madhurkumar004@gmail.com>
Date: Sun, 21 Sep 2025 22:59:17 +0530
From: Madhur Kumar <madhurkumar004@...il.com>
To: shuah@...nel.org
Cc: linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
Madhur Kumar <madhurkumar004@...il.com>
Subject: [PATCH] selftests/kexec: Add .gitignore for generated binary
The test_kexec_jump binary is generated during 'make kselftest' but was
not ignored, leading to it appearing as untracked in `git status`.
Create a .gitignore file for selftests/kexec and add this
generated file to it.
Signed-off-by: Madhur Kumar <madhurkumar004@...il.com>
---
tools/testing/selftests/kexec/.gitignore | 1 +
1 file changed, 1 insertion(+)
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..6cbe9a1049f3
--- /dev/null
+++ b/tools/testing/selftests/kexec/.gitignore
@@ -0,0 +1 @@
+test_kexec_jump
--
2.51.0
Powered by blists - more mailing lists