diff options
author | Shadman <shadmansaleh3@gmail.com> | 2021-04-21 13:29:16 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 09:29:16 +0200 |
commit | d7f9e58e40bd9f2449adf81788a4fab97859d5cc (patch) | |
tree | faa3d241d024e13709e93828f79b5d93da712bbf | |
parent | 02909d150e81686d049c131e959e9405efbbce3e (diff) | |
download | rneovim-d7f9e58e40bd9f2449adf81788a4fab97859d5cc.tar.gz rneovim-d7f9e58e40bd9f2449adf81788a4fab97859d5cc.tar.bz2 rneovim-d7f9e58e40bd9f2449adf81788a4fab97859d5cc.zip |
gitignore: add vim patches (#14412)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1eb382424b..c1726ede14 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,6 @@ tags # Generated by gen_vimdoc.py: /runtime/doc/*.mpack /tmp-*-doc + +# vim patches +/vim-*.patch |