summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IcePatch2/Util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Util.cpp b/cpp/src/IcePatch2/Util.cpp
index 027ded3b540..b1c1adf8439 100644
--- a/cpp/src/IcePatch2/Util.cpp
+++ b/cpp/src/IcePatch2/Util.cpp
@@ -211,7 +211,7 @@ bool
IcePatch2::ignoreSuffix(const string& path)
{
string suffix = getSuffix(path);
- return suffix == "bz2";
+ return suffix == "bz2" || suffix == "md5"; // "md5" is for legacy IcePatch
}
string