mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-16 09:08:37 +01:00
Merge pull request #156 from thomasetter/main
add Kate (KDE default editor) swap file to default ignores
This commit is contained in:
commit
6f6fb0ceb2
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue