From: Dario Binacchi Date: Tue, 31 Dec 2019 17:09:14 +0000 (+0100) Subject: video: add wrappers for ttf type files to .gitignore X-Git-Tag: v2025.01-rc5-pxa1908~2628^2 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=bf8363931f8bc2a2746f892f154efd170bd5b42e;p=u-boot.git video: add wrappers for ttf type files to .gitignore 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 --- 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