From: Thorsten Blum <thorsten.blum@linux.dev>
To: Richard Henderson <richard.henderson@linaro.org>,
Matt Turner <mattst88@gmail.com>,
Thorsten Blum <thorsten.blum@linux.dev>
Cc: linux-alpha@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image
Date: Wed, 12 Nov 2025 18:22:42 +0100 [thread overview]
Message-ID: <20251112172248.3927-1-thorsten.blum@linux.dev> (raw)
Building the kernel creates the untracked kernel image file 'vmlinux' in
'arch/alpha/boot/' - ignore it by adding a new local .gitignore file.
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
---
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..4abc9c8ab7d3
--- /dev/null
+++ b/arch/alpha/boot/.gitignore
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0-only
+vmlinux
--
2.51.1
next reply other threads:[~2025-11-12 17:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-12 17:22 Thorsten Blum [this message]
2025-11-13 1:34 ` [PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image WangYuli
-- strict thread matches above, loose matches on Subject: below --
2025-09-23 17:08 Thorsten Blum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251112172248.3927-1-thorsten.blum@linux.dev \
--to=thorsten.blum@linux.dev \
--cc=linux-alpha@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mattst88@gmail.com \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox