mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-21 23:33:26 +01:00
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:
parent
00b7e3b864
commit
1893405cbf
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user