diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-06-07 13:01:38 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-06-12 17:41:16 +0200 |
commit | 1fbf3f2d48df27d028d76fa4ff2c199da347f52c (patch) | |
tree | eb2b2c239450e95c36d05dd81603c512fb96ce71 /.gitignore | |
parent | 31953c4c8392c1869f5561e0e0a4a895412e6afc (diff) | |
download | qtlocation-mapboxgl-1fbf3f2d48df27d028d76fa4ff2c199da347f52c.tar.gz |
[test] standardize on database file name and move I/O functions to util
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index b32baaac09..cba7dcd838 100644 --- a/.gitignore +++ b/.gitignore @@ -17,12 +17,6 @@ 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 -/test/fixtures/offline_database/migrated.db-* /test/fixtures/**/actual.png /test/fixtures/**/diff.png /test/output |