[PATCH] arm64: gitignore: ignore relacheck

Bartosz Golaszewski posted 1 patch 1 year, 11 months ago
arch/arm64/kernel/pi/.gitignore | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 arch/arm64/kernel/pi/.gitignore
[PATCH] arm64: gitignore: ignore relacheck
Posted by Bartosz Golaszewski 1 year, 11 months ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Add the generated executable for relacheck to the list of ignored files.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 arch/arm64/kernel/pi/.gitignore | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 arch/arm64/kernel/pi/.gitignore

diff --git a/arch/arm64/kernel/pi/.gitignore b/arch/arm64/kernel/pi/.gitignore
new file mode 100644
index 000000000000..efb29b663e85
--- /dev/null
+++ b/arch/arm64/kernel/pi/.gitignore
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+relacheck
-- 
2.40.1
Re: [PATCH] arm64: gitignore: ignore relacheck
Posted by Catalin Marinas 1 year, 11 months ago
On Thu, 22 Feb 2024 22:04:41 +0100, Bartosz Golaszewski wrote:
> Add the generated executable for relacheck to the list of ignored files.
> 
> 

Applied to arm64 (for-next/stage1-lpa2), thanks!

[1/1] arm64: gitignore: ignore relacheck
      https://git.kernel.org/arm64/c/275826914925

-- 
Catalin