diff options
author | Christian Höltje <docwhat@gerf.org> | 2017-07-26 05:11:28 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-07-26 11:11:28 +0200 |
commit | 55c821184d82cd8d36d7085f74f9625a362fa7a6 (patch) | |
tree | 1dc445a1c3979da44213917971b07aded3a6a054 | |
parent | 5a0acd09c106fb3cee4243aa366ee1eff04776fd (diff) | |
download | rneovim-55c821184d82cd8d36d7085f74f9625a362fa7a6.tar.gz rneovim-55c821184d82cd8d36d7085f74f9625a362fa7a6.tar.bz2 rneovim-55c821184d82cd8d36d7085f74f9625a362fa7a6.zip |
git: ignore .nvimlog (#7074)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fb506305b6..3a8994a5f6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ tags /src/nvim/po/vim.pot /src/nvim/po/*.ck +# generated by tests with $NVIM_LOG_FILE set. +/.nvimlog + # Files generated by scripts/vim-patch.sh /.vim-src/ |