From dd18e6bb242ad7702d30e8fda3a7adb4402421fb Mon Sep 17 00:00:00 2001 From: Kelvin Rodriguez <krodriguez@usgs.gov> Date: Fri, 13 Sep 2024 13:01:00 -0700 Subject: [PATCH] added .history to downloadIsisData ignore list (#5614) --- CHANGELOG.md | 1 + isis/scripts/downloadIsisData | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c69abfac0e..b84badcae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ release. ### Added - Added backplane options for SunIllumination and SurfaceObliqueDetectorResolution to phocube [#5467](https://github.com/DOI-USGS/ISIS3/issues/5467) +- Added *.history to the ignore list in downloadIsisData ### Changed - Explode has been refactored to be callable; old Makefile test has been removed and replaced by a gtest. Issue: [#5557](https://github.com/USGS-Astrogeology/ISIS3/issues/5557) diff --git a/isis/scripts/downloadIsisData b/isis/scripts/downloadIsisData index bfdfc2b808..98befd8102 100755 --- a/isis/scripts/downloadIsisData +++ b/isis/scripts/downloadIsisData @@ -36,6 +36,7 @@ filter_list = [ '- ek/', '- *.lbl', '- *.txt', + '- *.history', '- misc/', '- document/', '- *.csv', -- GitLab