summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2013-03-04 15:05:17 +0100
committerDavid Herrmann <dh.herrmann@gmail.com>2013-03-04 15:05:17 +0100
commit9c2375b6d4e725f0757d7df83473177234425dc4 (patch)
tree2167d1f6f07586d3e5520e950a6508347e2d0c05 /.gitignore
parent0249b2cb0b0da272a78b4967b9c9f6f02d73cad5 (diff)
shl: move githead into a source file
This moves githead.h to shl_githead.c so we can skip recompilations on GIT-HEAD changes. We only need to relink now (which we cannot skip). This speeds up build-processes considerably on slower machines. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7143f58..e407031 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,7 +32,7 @@ genshader
genunifont
src/static_shaders.c
src/genshader.c
-src/githead.h
+src/shl_githead.c
src/font_unifont_data.bin
docs/reference/*.txt
docs/reference/*.bak