diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-03-25 13:16:48 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-03-25 13:16:48 +0100 |
commit | 77f58960c4ea48ab770fb4e4d6436eedcbb651dd (patch) | |
tree | 3012306847f7271c3f410a87393c56410881bf4e /.gitignore | |
parent | b4d5378bc7bd226267ca641606ce84e0659f750b (diff) | |
download | qtlocation-mapboxgl-77f58960c4ea48ab770fb4e4d6436eedcbb651dd.tar.gz |
build shaders for either desktop gl or gles2
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 944f7cde80..34e118fc53 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ /config.mk /build /node_modules +/include/llmr/shader/shaders.hpp +/src/shader/shaders.cpp |