From cdedb66387065680efd318dacb61572c920b81b1 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 26 Jan 2016 12:19:04 -0800 Subject: [core] Reimplement existing caching within an offline-capable database schema --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f9fd16cd2b..f750e2f876 100644 --- a/.gitignore +++ b/.gitignore @@ -23,8 +23,8 @@ /test/fixtures/api/1.png /test/fixtures/api/2.png /test/fixtures/database/*.db -/test/fixtures/*/*/actual.png -/test/fixtures/*/*/diff.png +/test/fixtures/**/actual.png +/test/fixtures/**/diff.png /test/output /include/mbgl/shader/shaders.hpp /src/shader/shaders_gl.cpp -- cgit v1.2.1