diff options
author | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-03 14:34:50 -0800 |
---|---|---|
committer | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-03 14:34:50 -0800 |
commit | 2e8c8f91c9ee2a0a035e4ce1a729469d5452a844 (patch) | |
tree | 5ab8642a9b788e966475f53ddbc6431a770e9440 /.gitignore | |
parent | 1295ebc70545d0210568a1f54cc2133fcd6b722e (diff) | |
parent | b8d9f7704facd03e6549d32ee2d05708ce5e7d14 (diff) | |
download | qtlocation-mapboxgl-2e8c8f91c9ee2a0a035e4ce1a729469d5452a844.tar.gz |
Merge pull request #28 from mapbox/gyp-final
Switch build system to gyp
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c2059f1e45..285587c0a5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ /build /xcode *.sublime-* +config.gypi +config.mk .DS_Store
\ No newline at end of file |