diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-04-18 11:32:11 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-04-18 14:19:09 -0700 |
commit | a392f972fca0e8d7bedbda8a7fe6410567682195 (patch) | |
tree | 275a8bbb6b7f818ca3c8503e1649c56df9414040 /.gitignore | |
parent | bc3512773ffe942e6f70c43596490a6fcf8920a4 (diff) | |
download | qtlocation-mapboxgl-a392f972fca0e8d7bedbda8a7fe6410567682195.tar.gz |
[ios] Use downloaded local assets in ios-bench if present
If you’ve gone through the trouble of running iso-bench’s download.sh scripts, use those assets instead of fetching them at runtime from the server.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 91b0158352..ff4a3aa827 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ xcuserdata /test/fixtures/**/diff.png /test/output /node_modules +/platform/ios/benchmark/assets/glyphs/DIN* +/platform/ios/benchmark/assets/tiles/mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v6 |