From e68ab95bd20fab95f448a188c932ffbf7844c5c5 Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Tue, 11 Jul 2023 17:26:40 +0100 Subject: [PATCH] Ignore most plots generated for testing --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index e201483a..ad898d39 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,11 @@ /tmp test.figures test.html + +# ignore most generated plots to make it easier to handle +/tests/data/expected-results/stats-data-prep/jssom/inline-[0-9].svg +/tests/data/expected-results/stats-data-prep/jssom/inline-[1-2][0-9].svg +/tests/data/expected-results/stats-data-prep/tsom/inline-[0-9].svg +/tests/data/expected-results/stats-data-prep/tsom/inline-[0-9][0-9].svg +/tests/data/expected-results/stats-data-prep/tsom/inline-1[0-9][0-9].svg +/tests/data/expected-results/stats-data-prep/tsom/inline-exe-*.svg