add Kate (KDE default editor) swap file to default ignores

.filename.kate-swp format https://unix.stackexchange.com/a/112400
This commit is contained in:
Thomas Etter 2020-06-14 18:14:47 +02:00
parent b9473c6c86
commit c50abc324c
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ where
String::from("*.py[co]"),
String::from("#*#"),
String::from(".#*"),
String::from(".*.kate-swp"),
String::from(".*.sw?"),
String::from(".*.sw?x"),
format!("**{}.git{}**", MAIN_SEPARATOR, MAIN_SEPARATOR),