diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-02-22 11:33:03 +0100 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2018-02-26 14:43:32 +0200 |
commit | 869799a716ba6463d5135d0b55d7ed27ea16fa41 (patch) | |
tree | f69a1e51d3604eb0a45fe3ae6f1b4e56f1b72c04 /.gitignore | |
parent | ba019b025681fc6f623ab07f62488b509f10bb4a (diff) | |
download | qtlocation-mapboxgl-869799a716ba6463d5135d0b55d7ed27ea16fa41.tar.gz |
[tests] Added a test for getting resources from the database
This test would have flagged the Qt regression.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0f4fa77858..b32baaac09 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ xcuserdata /test/fixtures/api/2.png /test/fixtures/offline_database/offline.db /test/fixtures/offline_database/offline.db-* +/test/fixtures/offline_database/satellite.db +/test/fixtures/offline_database/satellite.db-* /test/fixtures/offline_database/invalid.db /test/fixtures/offline_database/invalid.db-* /test/fixtures/offline_database/migrated.db @@ -38,4 +40,4 @@ test/fixtures/storage/assets.zip # Generated list files from code generation /scripts/generate-cmake-files.list /scripts/generate-shaders.list -/scripts/generate-style-code.list
\ No newline at end of file +/scripts/generate-style-code.list |