diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-25 14:51:27 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-25 14:51:27 -0700 |
commit | e916cc811c781404d305af946ae127d4da338a38 (patch) | |
tree | 71b6147b4fb2828de8d418972e631a17e3598be0 /.gitignore | |
parent | 8ce0fb4739f68cd3d5b65b0ded0346053855fa3f (diff) | |
download | qtlocation-mapboxgl-e916cc811c781404d305af946ae127d4da338a38.tar.gz |
[tests] Rationalize test fixtures (#4834)
Place them in a directory corresponding to the test .cpp file name.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index ff4a3aa827..91df4776b7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,8 +14,9 @@ xcuserdata /test/fixtures/*/*_actual.* /test/fixtures/api/1.png /test/fixtures/api/2.png -/test/fixtures/database/*.db -/test/fixtures/offline/v3.db +/test/fixtures/offline_database/offline.db +/test/fixtures/offline_database/invalid.db +/test/fixtures/offline_database/v3.db /test/fixtures/**/actual.png /test/fixtures/**/diff.png /test/output |