summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-15 15:45:20 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-11-03 12:15:35 +0100
commit6f14e5905d04da492f160cac6ac5a6fc7fd00134 (patch)
tree21b19b2a23062b0a66601b50ac20c0dadd255fe2 /.gitignore
parent0a098393c2fe7e40a02b44481194534ad2572d70 (diff)
build: replace genshader by binary linker
Instead of generating C source files, we now use our binary-linker make target which can link in any arbitrary binary file. This way, we can delete genshader and instead link the files directly. This speeds up compilation and makes the code more consistent. We also strip the shaders from useless comments and whitespaces to reduce memory consumption. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 1943279..428737a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,10 +26,7 @@ stamp-*
.dirstamp
.libs
.man_fixup
-genshader
genunifont
-src/static_shaders.c
-src/genshader.c
src/shl_githead.c
src/font_unifont_data.bin
docs/reference/*.txt
@@ -42,3 +39,5 @@ docs/man/*.1
docs/man/*.3
docs/man/*.5
docs/man/*.7
+src/*.vert.bin
+src/*.frag.bin