From 1fd572fbacd7276a253876e09bd727cf1b4d1d8a Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 3 Nov 2020 12:25:09 +0100 Subject: [PATCH] Ignore .aux.xml files under control_images --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 62c8057c3bd..cd2fdf8b54b 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,7 @@ tests/testdata/raster/band1_float32_noct_epsg4326.tif.aux.xml tests/testdata/raster/band1_int16_noct_epsg4326.tif.aux.xml tests/testdata/raster/band3_float32_noct_epsg4326.tif.aux.xml tests/testdata/raster/band3_int16_noct_epsg4326.tif.aux.xml +tests/testdata/control_images/*/*.aux.xml python/plugins/processing/tests/testdata/custom/grass7/*.aux.xml python/plugins/processing/tests/testdata/custom/*.aux.xml python/plugins/processing/tests/testdata/*.aux.xml