diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 18:07:32 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 18:07:32 +0100 |
commit | da981e78253ab2b8715f4e10e175be4bea43c133 (patch) | |
tree | 20ecc711861fdaf6e3676b5110fd6ac9d589da73 /.gitignore | |
parent | b56b618abf0b15025b61ab96dcc873cf7af82450 (diff) | |
download | qtlocation-mapboxgl-da981e78253ab2b8715f4e10e175be4bea43c133.tar.gz |
move config files to config/ folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f0a0360782..4a61e999eb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,10 @@ *.diff.png *.pyc /mason_packages -/config-*.gypi +/config/*.gypi /build /macosx/build +/linux/build /test/build /test/node_modules /include/mbgl/shader/shaders.hpp |