[PATCH] video: add wrappers for ttf type files to .gitignore
Dario Binacchi
dariobin at libero.it
Tue Dec 31 18:09:14 CET 2019
The scripts/Makefile.lib generates an assembler file (*.S) to wrap the
font data for each file of type ttf defined in Kconfig.
Signed-off-by: Dario Binacchi <dariobin at libero.it>
---
drivers/video/fonts/.gitignore | 1 +
1 file changed, 1 insertion(+)
create mode 100644 drivers/video/fonts/.gitignore
diff --git a/drivers/video/fonts/.gitignore b/drivers/video/fonts/.gitignore
new file mode 100644
index 0000000000..86ec950f64
--- /dev/null
+++ b/drivers/video/fonts/.gitignore
@@ -0,0 +1 @@
+*.S
--
2.24.0
More information about the U-Boot
mailing list