mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
.gitignore
This commit is contained in:
parent
f21867a15c
commit
30f6ff7021
13
.gitignore
vendored
13
.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user