Add .dpkg-new and .dpkg-tmp to ignored suffixes

Refs https://www.debian.org/doc/manuals/debian-handbook/sect.package-meta-information.en.html#sect.conffiles
This commit is contained in:
Ville Skyttä 2023-06-12 23:32:26 +03:00 committed by Martin Nordholts
parent 00b7e3b864
commit 1893405cbf
1 changed files with 2 additions and 0 deletions

View File

@ -20,7 +20,9 @@ impl Default for IgnoredSuffixes<'_> {
".orig",
// Debian and derivatives apt/dpkg/ucf backups
".dpkg-dist",
".dpkg-new",
".dpkg-old",
".dpkg-tmp",
".ucf-dist",
".ucf-new",
".ucf-old",