diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-03-30 17:41:19 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-03-30 17:47:25 +0200 |
commit | 30f6ff7021470c1da733dfdf719ff15b09939381 (patch) | |
tree | 8570b2a642e4db1bb7c59ffdcd48aca803956184 | |
parent | f21867a15cf16a1bd04df33c92acba7edcc724c2 (diff) | |
download | rneovim-30f6ff7021470c1da733dfdf719ff15b09939381.tar.gz rneovim-30f6ff7021470c1da733dfdf719ff15b09939381.tar.bz2 rneovim-30f6ff7021470c1da733dfdf719ff15b09939381.zip |
.gitignore
-rw-r--r-- | .gitignore | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index ddbcc9c60d..85b371b926 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Tools +.ropeproject/ + # Build/deps dir /build/ /cmake-build-debug/ @@ -17,13 +20,13 @@ tags /src/nvim/po/vim.pot /src/nvim/po/*.ck -# generated by tests with $NVIM_LOG_FILE set. +# Generated by tests with $NVIM_LOG_FILE set. /.nvimlog -# Files generated by scripts/vim-patch.sh +# Generated by scripts/vim-patch.sh /.vim-src/ -# Files generated by the tests +# Generated by old (Vim) tests. /src/nvim/testdir/del /src/nvim/testdir/test*.out /src/nvim/testdir/test*.res @@ -36,10 +39,10 @@ tags /src/nvim/testdir/valgrind.* /src/nvim/testdir/.gdbinit -# Folder generated by the unit tests +# Generated by unit tests. /test/includes/post/ -# generated by luacheck during `make testlint' +# Generated by luacheck during `make testlint' /test/.luacheckcache # local make targets |