diff --git a/src/cli.rs b/src/cli.rs index 1dfe2924..5198c8a1 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -135,8 +135,7 @@ pub fn get_args() -> Args { } let mut ignores = vec![]; - let default_ignores = vec![format!("*{}.*{}*", MAIN_SEPARATOR, MAIN_SEPARATOR), - format!("*{}.DS_Store", MAIN_SEPARATOR), + let default_ignores = vec![format!("*{}.DS_Store", MAIN_SEPARATOR), String::from("*.pyc"), String::from("*.swp")];