Skip to content

Commit 2bf2615

Browse files
Ansueltrini
authored andcommitted
.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]>
1 parent dfe7ab3 commit 2bf2615

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ fit-dtb.blob*
7575
/keep-syms-lto.*
7676
/*imx8mimage*
7777
/*imx8mcst*
78+
/drivers/video/u_boot_logo.S
79+
/test/overlay/test-fdt-overlay.dtbo.S
80+
/test/overlay/test-fdt-overlay-stacked.dtbo.S
7881

7982
#
8083
# Generated include files
@@ -83,6 +86,8 @@ fit-dtb.blob*
8386
/include/config.h
8487
/include/config/
8588
/include/generated/
89+
/include/bmp_logo.h
90+
/include/bmp_logo_data.h
8691

8792
# stgit generated dirs
8893
patches-*

0 commit comments

Comments
 (0)