diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-02-03 23:32:55 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 11:54:02 +0100 |
commit | f66862b422af83fccd1281e3b0989d04f3bb612f (patch) | |
tree | f044d8111764e67e35c40883e50d24d9fe5332bd /.gitignore | |
parent | 3da75dd70605117ce90586371c199041c44e9c05 (diff) | |
download | qtlocation-mapboxgl-f66862b422af83fccd1281e3b0989d04f3bb612f.tar.gz |
don't use -schema for building xcode projects
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c05d98dab3..f0a0360782 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ /mason_packages /config-*.gypi /build +/macosx/build +/test/build /test/node_modules /include/mbgl/shader/shaders.hpp /src/shader/shaders_gl.cpp |