All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: add wrappers for ttf type files to .gitignore
@ 2019-12-31 17:09 Dario Binacchi
  2020-01-04 10:46 ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2019-12-31 17:09 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] video: add wrappers for ttf type files to .gitignore
  2019-12-31 17:09 [PATCH] video: add wrappers for ttf type files to .gitignore Dario Binacchi
@ 2020-01-04 10:46 ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2020-01-04 10:46 UTC (permalink / raw)
  To: u-boot

On Tue, 31 Dec 2019 18:09:14 +0100
Dario Binacchi dariobin at libero.it wrote:

>  drivers/video/fonts/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>  create mode 100644 drivers/video/fonts/.gitignore

Applied to u-boot-video/master, thanks!

--
Anatolij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-04 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 17:09 [PATCH] video: add wrappers for ttf type files to .gitignore Dario Binacchi
2020-01-04 10:46 ` Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.