summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.c b/src/shared/util.c
index e2c955bc07..586f17af83 100644
--- a/src/shared/util.c
+++ b/src/shared/util.c
@@ -1422,6 +1422,7 @@ _pure_ static bool ignore_file_allow_backup(const char *filename) {
endswith(filename, ".rpmorig") ||
endswith(filename, ".dpkg-old") ||
endswith(filename, ".dpkg-new") ||
+ endswith(filename, ".dpkg-tmp") ||
endswith(filename, ".swp");
}