summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Marangi <[email protected]>2024-11-09 18:48:44 +0100
committerTom Rini <[email protected]>2024-11-14 18:14:06 -0600
commit2bf2615b8004e4a296fb25498ad0c183fd5c7b94 (patch)
treedd3f9cda3330fc0ec49ebe1a51b3f609258f02f9 /.gitignore
parentdfe7ab35147c2a2c8a63b2155227a86684d6dd4d (diff)
.gitignore: add test overlay .S and u_boot_logo files
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 <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
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-*