mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
53 lines
821 B
Plaintext
53 lines
821 B
Plaintext
# Build/deps dir
|
|
/build/
|
|
/cmake-build-debug/
|
|
/dist/
|
|
/.deps/
|
|
/tmp/
|
|
|
|
*.orig
|
|
*.mo
|
|
.*.sw?
|
|
*~
|
|
*.pyc
|
|
*.o
|
|
*.so
|
|
|
|
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/
|
|
|
|
# Files generated by the tests
|
|
/src/nvim/testdir/del
|
|
/src/nvim/testdir/test*.out
|
|
/src/nvim/testdir/test*.res
|
|
/src/nvim/testdir/test.log
|
|
/src/nvim/testdir/messages
|
|
/src/nvim/testdir/viminfo
|
|
/src/nvim/testdir/test.ok
|
|
/src/nvim/testdir/*.failed
|
|
/src/nvim/testdir/X*
|
|
/src/nvim/testdir/valgrind.*
|
|
/src/nvim/testdir/.gdbinit
|
|
|
|
# Folder generated by the unit tests
|
|
/test/includes/post/
|
|
|
|
# generated by luacheck during `make testlint'
|
|
/test/.luacheckcache
|
|
|
|
# local make targets
|
|
local.mk
|
|
|
|
# runtime/doc
|
|
/runtime/doc/*.html
|
|
/runtime/doc/tags.ref
|
|
/runtime/doc/errors.log
|