.gitignore

This commit is contained in:
Justin M. Keyes 2018-03-30 17:41:19 +02:00
parent f21867a15c
commit 30f6ff7021
1 changed files with 8 additions and 5 deletions

13
.gitignore vendored
View File

@ -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