.gitignore

This commit is contained in:
Justin M. Keyes 2018-03-30 17:41:19 +02:00
parent f21867a15c
commit 30f6ff7021

13
.gitignore vendored
View File

@ -1,3 +1,6 @@
# Tools
.ropeproject/
# Build/deps dir # Build/deps dir
/build/ /build/
/cmake-build-debug/ /cmake-build-debug/
@ -17,13 +20,13 @@ tags
/src/nvim/po/vim.pot /src/nvim/po/vim.pot
/src/nvim/po/*.ck /src/nvim/po/*.ck
# generated by tests with $NVIM_LOG_FILE set. # Generated by tests with $NVIM_LOG_FILE set.
/.nvimlog /.nvimlog
# Files generated by scripts/vim-patch.sh # Generated by scripts/vim-patch.sh
/.vim-src/ /.vim-src/
# Files generated by the tests # Generated by old (Vim) tests.
/src/nvim/testdir/del /src/nvim/testdir/del
/src/nvim/testdir/test*.out /src/nvim/testdir/test*.out
/src/nvim/testdir/test*.res /src/nvim/testdir/test*.res
@ -36,10 +39,10 @@ tags
/src/nvim/testdir/valgrind.* /src/nvim/testdir/valgrind.*
/src/nvim/testdir/.gdbinit /src/nvim/testdir/.gdbinit
# Folder generated by the unit tests # Generated by unit tests.
/test/includes/post/ /test/includes/post/
# generated by luacheck during `make testlint' # Generated by luacheck during `make testlint'
/test/.luacheckcache /test/.luacheckcache
# local make targets # local make targets