From 2efa7da040c17318cb904a3045aa1367cf683d22 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 31 Mar 2022 03:41:45 +0200 Subject: [PATCH] ignore: Ignore `.ssh/*` instead of the folder This fixes the issue, that `.ssh/config` was not listed by `fzf.vim`s `:Files` command. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1b6b1b..b2537a1 100644 --- a/.gitignore +++ b/.gitignore @@ -32,5 +32,5 @@ /.envrc # Do not commit any files by accident that might land in there -/.ssh +/.ssh/* !/.ssh/config