gitignore: handle case where .vim-src is a symlink

I build Vim and Nvim from source and have both repos cloned locally. To prevent
vim-patch.sh from downloading the Vim source once again to /.vim-src/, I usually
use a symlink pointing to the already existing Vim repo.

The pattern "/.vim-src" works for both, a directory or a symlink.
This commit is contained in:
Marco Hinz 2021-04-14 20:07:49 +02:00
parent cd3e74201a
commit 57220e7cc3
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -29,7 +29,7 @@ compile_commands.json
/.nvimlog
# Generated by scripts/vim-patch.sh
/.vim-src/
/.vim-src
# Generated by old (Vim) tests.
/src/nvim/testdir/del