diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-06-04 11:22:03 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-06-04 11:22:03 +0200 |
commit | af69b4fe3918d34092f65c3038a3eb3f3690488f (patch) | |
tree | c5a65578c10f8d845df8f6ef0841b71b6192abdc /.gitignore | |
parent | 580527a16c22fe41df8368492193980acc979b5a (diff) | |
download | qtlocation-mapboxgl-af69b4fe3918d34092f65c3038a3eb3f3690488f.tar.gz |
unifiy constants in one place, and allow local override
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5295ff95ff..c2ddb1a0c3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ /ios/build /config.gypi /config.mk +/config/constants_local.cpp /build /bin/node_modules /include/llmr/shader/shaders.hpp |