Merge pull request #156 from thomasetter/main

add Kate (KDE default editor) swap file to default ignores
This commit is contained in:
Félix Saparelli 2020-06-15 15:39:22 +12:00 committed by GitHub
commit 6f6fb0ceb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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),