We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4819c47 commit eda3e56Copy full SHA for eda3e56
src/info/filetype.rs
@@ -81,7 +81,7 @@ impl FileExtensions {
81
fn is_temp(&self, file: &File) -> bool {
82
file.name.ends_with('~')
83
|| (file.name.starts_with('#') && file.name.ends_with('#'))
84
- || file.extension_is_one_of( &[ "tmp", "swp", "swo", "swn", "bak" ])
+ || file.extension_is_one_of( &[ "tmp", "swp", "swo", "swn", "bak", "bk" ])
85
}
86
87
fn is_compiled(&self, file: &File) -> bool {
0 commit comments