diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 01:33:17 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-28 21:29:57 -0400 |
commit | 0185625c04ee736dac36789d0cb590ecde8926e8 (patch) | |
tree | 8464e1314905bbc50cacc6939585b70a9fd744b0 /.gitignore | |
parent | 3d86857f28f0c9b93c5f56c8ce846ddd26ddbf38 (diff) | |
download | rneovim-0185625c04ee736dac36789d0cb590ecde8926e8.tar.gz rneovim-0185625c04ee736dac36789d0cb590ecde8926e8.tar.bz2 rneovim-0185625c04ee736dac36789d0cb590ecde8926e8.zip |
vim-patch:47e13953ffdb
Update runtime files
https://github.com/vim/vim/commit/47e13953ffdbb9f163b901196dec8c2100b72edd
Ignore *.rej files, generated by vim-patch.sh.
Source of mistakes for 1st-time contributors.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c1726ede14..163140c6e1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ compile_commands.json # Generated by scripts/vim-patch.sh /.vim-src +*.rej # Generated by old (Vim) tests. /src/nvim/testdir/del |