summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2015-05-15 12:28:57 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2015-05-15 12:34:57 +0300
commit4b061a05884b119b23e8642be34637103650bf7c (patch)
treef84f1eb01fa11f7193bdfacd7af8a6695744757e
parentf9beb850e56c35431b0d0f502b1bb1dbce74f3db (diff)
downloadqtlocation-mapboxgl-4b061a05884b119b23e8642be34637103650bf7c.tar.gz
Add output of RepeatedRender test to .gitignore
Also delete files that are test output but were checked in.
-rw-r--r--.gitignore2
-rw-r--r--test/fixtures/api/1.pngbin12529 -> 0 bytes
-rw-r--r--test/fixtures/api/2.pngbin115197 -> 0 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fa3937dd28..2ea84e9821 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,8 @@
/test/build
/test/node_modules
/test/fixtures/*/*_actual.*
+/test/fixtures/api/1.png
+/test/fixtures/api/2.png
/test/fixtures/database/*.db
/include/mbgl/shader/shaders.hpp
/src/shader/shaders_gl.cpp
diff --git a/test/fixtures/api/1.png b/test/fixtures/api/1.png
deleted file mode 100644
index 69e3c8ca95..0000000000
--- a/test/fixtures/api/1.png
+++ /dev/null
Binary files differ
diff --git a/test/fixtures/api/2.png b/test/fixtures/api/2.png
deleted file mode 100644
index 2a28c639a5..0000000000
--- a/test/fixtures/api/2.png
+++ /dev/null
Binary files differ