diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-11-20 14:55:49 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-11-25 15:57:37 -0800 |
commit | ed5eb9edc1458692bf6ff71d5ec95a7d3400318f (patch) | |
tree | c60c536731f37b67a7f15abeec22ca46d7cd2f5e /.gitignore | |
parent | 54eff4b4c108598aa30f280de312e4cc88d72368 (diff) | |
download | qtlocation-mapboxgl-ed5eb9edc1458692bf6ff71d5ec95a7d3400318f.tar.gz |
[test] Add pixelmatch; use in annotation tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 21a7079faa..d5fb118e90 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ /test/fixtures/api/1.png /test/fixtures/api/2.png /test/fixtures/database/*.db +/test/fixtures/*/*/actual.png +/test/fixtures/*/*/diff.png /test/output /include/mbgl/shader/shaders.hpp /src/shader/shaders_gl.cpp |