"Das U-Boot" Source Tree
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.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>

authored by

Christian Marangi and committed by
Tom Rini
2bf2615b dfe7ab35

+5
+5
.gitignore
··· 75 75 /keep-syms-lto.* 76 76 /*imx8mimage* 77 77 /*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 78 81 79 82 # 80 83 # Generated include files ··· 83 86 /include/config.h 84 87 /include/config/ 85 88 /include/generated/ 89 + /include/bmp_logo.h 90 + /include/bmp_logo_data.h 86 91 87 92 # stgit generated dirs 88 93 patches-*