From 56e67522beeb13f93b0edd71cf1079ca965232c6 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Thu, 16 Mar 2017 13:20:50 +0200 Subject: [PATCH] add aux files generated by tests to .gitignore --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2534ce1740b..86ee2ead03c 100644 --- a/.gitignore +++ b/.gitignore @@ -59,14 +59,15 @@ tests/testdata/tenbytenraster.asc.aux.xml tests/testdata/grass/wgs84/test/.gislock tests/testdata/grass/wgs84/test6/.gislock tests/testdata/grass/wgs84/test7/.gislock +tests/testdata/*.aux.xml +tests/testdata/raster/*.aux.xml tests/testdata/raster/band1_byte_noct_epsg4326.tif.aux.xml 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 -python/plugins/processing/tests/testdata/custom/grass7/float_raster.tif.aux.xml -python/plugins/processing/tests/testdata/custom/grass7/raster_1class.tif.aux.xml -python/plugins/processing/tests/testdata/dem.tif.aux.xml -python/plugins/processing/tests/testdata/raster.tif.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 Thumb.db Testing/*