From 57ff59aa2debd5f781f58714559d3add53f3ba21 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 16 Jun 2016 18:33:49 +0200 Subject: [PATCH] Ignore files generated during "make check" --- .../plugins/processing/tests/testdata/custom/grass7/.gitignore | 3 +++ tests/testdata/raster/.gitignore | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 python/plugins/processing/tests/testdata/custom/grass7/.gitignore create mode 100644 tests/testdata/raster/.gitignore diff --git a/python/plugins/processing/tests/testdata/custom/grass7/.gitignore b/python/plugins/processing/tests/testdata/custom/grass7/.gitignore new file mode 100644 index 00000000000..e3bd80a0a2d --- /dev/null +++ b/python/plugins/processing/tests/testdata/custom/grass7/.gitignore @@ -0,0 +1,3 @@ +raster_4class.tif.aux.xml +raster_5class.tif.aux.xml +raster_6class.tif.aux.xml diff --git a/tests/testdata/raster/.gitignore b/tests/testdata/raster/.gitignore new file mode 100644 index 00000000000..772732b1376 --- /dev/null +++ b/tests/testdata/raster/.gitignore @@ -0,0 +1,3 @@ +byte.tif.aux.xml +byte_with_nan_nodata.tif.aux.xml +test.asc.aux.xml