mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-15 17:34:43 +00:00
.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 <ansuelsmth@gmail.com>
This commit is contained in:
parent
dfe7ab3514
commit
2bf2615b80
1 changed files with 5 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -75,6 +75,9 @@ fit-dtb.blob*
|
||||||
/keep-syms-lto.*
|
/keep-syms-lto.*
|
||||||
/*imx8mimage*
|
/*imx8mimage*
|
||||||
/*imx8mcst*
|
/*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
|
# Generated include files
|
||||||
|
@ -83,6 +86,8 @@ fit-dtb.blob*
|
||||||
/include/config.h
|
/include/config.h
|
||||||
/include/config/
|
/include/config/
|
||||||
/include/generated/
|
/include/generated/
|
||||||
|
/include/bmp_logo.h
|
||||||
|
/include/bmp_logo_data.h
|
||||||
|
|
||||||
# stgit generated dirs
|
# stgit generated dirs
|
||||||
patches-*
|
patches-*
|
||||||
|
|
Loading…
Add table
Reference in a new issue