From 03e0af2b871e6d320d90b6764ea50fa0167c197b Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 4 Sep 2024 23:02:55 -0700 Subject: [PATCH] Update ssh ignore file --- ssh/.stow-local-ignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ssh/.stow-local-ignore b/ssh/.stow-local-ignore index 7da646e..1d46f3f 100644 --- a/ssh/.stow-local-ignore +++ b/ssh/.stow-local-ignore @@ -1,3 +1,6 @@ -^authorized_keys\..* -^config\..* +# Any file that has authorized_keys or config somewhere in their name +^.*\.authorized_keys\..* +^.*\.config\..* + +# Misc README