* [PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image
@ 2025-09-23 17:08 Thorsten Blum
0 siblings, 0 replies; 3+ messages in thread
From: Thorsten Blum @ 2025-09-23 17:08 UTC (permalink / raw)
To: Richard Henderson, Matt Turner; +Cc: Thorsten Blum, linux-alpha, linux-kernel
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.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image
@ 2025-11-12 17:22 Thorsten Blum
2025-11-13 1:34 ` WangYuli
0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Blum @ 2025-11-12 17:22 UTC (permalink / raw)
To: Richard Henderson, Matt Turner, Thorsten Blum; +Cc: linux-alpha, linux-kernel
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image
2025-11-12 17:22 [PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image Thorsten Blum
@ 2025-11-13 1:34 ` WangYuli
0 siblings, 0 replies; 3+ messages in thread
From: WangYuli @ 2025-11-13 1:34 UTC (permalink / raw)
To: Thorsten Blum, Richard Henderson, Matt Turner, Nathan Chancellor,
Nicolas Schier
Cc: linux-alpha, linux-kernel, linux-kbuild
[ Cc the kbuild subsystem mailing list and its maintainers. ]
Hi Thorsten Blum,
(If the maintainers happen to spot patches like this), Please feel free
to add my "Co-developed-by" or "Reviewed-by" tag: WangYuli
<wangyl5933@chinaunicom.cn>
— I would be very grateful!
Link:
https://lore.kernel.org/all/6269AF2792BA8D05+20250704085945.317850-1-wangyuli@uniontech.com/
Link:
https://lore.kernel.org/all/47F75842218B0DDC+20250507060012.1203990-1-wangyuli@uniontech.com/
Link:
https://lore.kernel.org/all/90A2E6E70A68DD1E+20250415091206.413647-1-wangyuli@uniontech.com/
On 2025/11/13 01:22, Thorsten Blum wrote:
> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-11-13 1:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 17:22 [PATCH RESEND] alpha/boot: Add .gitignore ignoring vmlinux kernel image Thorsten Blum
2025-11-13 1:34 ` WangYuli
-- strict thread matches above, loose matches on Subject: below --
2025-09-23 17:08 Thorsten Blum
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox