summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2012-08-25 15:36:55 +0200
committerDavid Herrmann <dh.herrmann@googlemail.com>2012-08-25 15:36:55 +0200
commite9b523c3f14834022332f0888d44fb93399329a3 (patch)
treeafa9733e0d161d646351ee541f2d1204aff2ab45 /.gitignore
parentec808aba12b178385c3a22f5f8a3d81d39bc2033 (diff)
text: font: unifont: add genunifont generator
This new generator converts the unifont hex-encoded data into a C-source file which then can be compiled statically into the kmscon binary. Please note that the resulting source file is bigger than 100MB and can take quite a while to compile. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6cf8726..bbb5856 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,8 +25,10 @@ stamp-*
.dirstamp
.libs
genshader
+genunifont
src/static_shaders.c
src/genshader.c
+src/text_font_unifont_data.c
docs/reference/*.txt
docs/reference/*.bak
docs/reference/kmscon.????*