* [PATCH] .gitignore: add test overlay .S and u_boot_logo files
@ 2024-11-09 17:48 Christian Marangi
2024-11-15 4:28 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Christian Marangi @ 2024-11-09 17:48 UTC (permalink / raw)
To: Tom Rini, Sam Protsenko, Marek Vasut, Andrea Calabrese,
Sughosh Ganu, Christian Marangi, u-boot
Add test overlay .S and u_boot_logo file to gitignore as these files are
generated and should not be committed but ignored.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
---
.gitignore | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.gitignore b/.gitignore
index 502a7e6ec70..e93c33da1bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,6 +75,9 @@ fit-dtb.blob*
/keep-syms-lto.*
/*imx8mimage*
/*imx8mcst*
+/drivers/video/u_boot_logo.S
+/test/overlay/test-fdt-overlay.dtbo.S
+/test/overlay/test-fdt-overlay-stacked.dtbo.S
#
# Generated include files
@@ -83,6 +86,8 @@ fit-dtb.blob*
/include/config.h
/include/config/
/include/generated/
+/include/bmp_logo.h
+/include/bmp_logo_data.h
# stgit generated dirs
patches-*
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] .gitignore: add test overlay .S and u_boot_logo files
2024-11-09 17:48 [PATCH] .gitignore: add test overlay .S and u_boot_logo files Christian Marangi
@ 2024-11-15 4:28 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2024-11-15 4:28 UTC (permalink / raw)
To: Sam Protsenko, Marek Vasut, Andrea Calabrese, Sughosh Ganu,
u-boot, Christian Marangi
On Sat, 09 Nov 2024 18:48:44 +0100, Christian Marangi wrote:
> Add test overlay .S and u_boot_logo file to gitignore as these files are
> generated and should not be committed but ignored.
>
>
Applied to u-boot/master, thanks!
--
Tom
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-15 4:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-09 17:48 [PATCH] .gitignore: add test overlay .S and u_boot_logo files Christian Marangi
2024-11-15 4:28 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox