X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Futil.c;h=586f17af835dde6b615a594ce92e30d1ea296064;hb=0cdfd26ef826f8a595ab7d85ebc37894f4f3d940;hp=e2c955bc0700594620a7c517d2a368c7593f296e;hpb=6a5c7b7e41a036bfdc2474b4583fcfdd358a6db6;p=elogind.git diff --git a/src/shared/util.c b/src/shared/util.c index e2c955bc0..586f17af8 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"); }