ignore: Ignore .ssh/* instead of the folder

This fixes the issue, that `.ssh/config` was not listed by `fzf.vim`s
`:Files` command.
This commit is contained in:
2022-03-31 03:41:45 +02:00
parent c087e76ab2
commit 2efa7da040

2
.gitignore vendored
View File

@@ -32,5 +32,5 @@
/.envrc
# Do not commit any files by accident that might land in there
/.ssh
/.ssh/*
!/.ssh/config