Skip to content
Snippets Groups Projects
Unverified Commit dd18e6bb authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

added .history to downloadIsisData ignore list (#5614)

parent 5e5b1d99
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -36,6 +36,7 @@ filter_list = [
'- ek/',
'- *.lbl',
'- *.txt',
'- *.history',
'- misc/',
'- document/',
'- *.csv',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment