[<prev] [next>] [day] [month] [year] [list]
Message-ID: <90A2E6E70A68DD1E+20250415091206.413647-1-wangyuli@uniontech.com>
Date: Tue, 15 Apr 2025 17:12:06 +0800
From: WangYuli <wangyuli@...ontech.com>
To: richard.henderson@...aro.org,
mattst88@...il.com,
wangyuli@...ontech.com
Cc: linux-alpha@...r.kernel.org,
linux-kernel@...r.kernel.org,
zhanjun@...ontech.com,
niecheng1@...ontech.com,
guanwentao@...ontech.com
Subject: [PATCH] alpha/boot: Ignore vmlinux
The vmlinux file would be generated when building kernel.
Add it to .gitignore to ensure Git does not track it.
Signed-off-by: WangYuli <wangyuli@...ontech.com>
---
arch/alpha/boot/.gitignore | 2 ++
1 file changed, 2 insertions(+)
create mode 100644 arch/alpha/boot/.gitignore
diff --git a/arch/alpha/boot/.gitignore b/arch/alpha/boot/.gitignore
new file mode 100644
index 000000000000..c85710c597e7
--- /dev/null
+++ b/arch/alpha/boot/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+vmlinux
--
2.49.0
Powered by blists - more mailing lists