From 302daa8f0197c37ab350d4aed786bbe84796d0ec Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 14 Sep 2022 11:23:43 -0600 Subject: [PATCH] chore: ignore .aux.xml files in tests/data-files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 549e34f0..bc58e5a7 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,6 @@ dmypy.json # Cython debug symbols cython_debug/ + +# External metadata files for rasters (e.g. when opening with QGIS) +tests/data-files/**/*.aux.xml