diff --git a/src/cli.rs b/src/cli.rs index 9c48e4d..90e4d89 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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),