mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
af53a0c012
- Rework :help lua-commands - Rename if_lua.txt => lua.txt
66 lines
1016 B
Plaintext
66 lines
1016 B
Plaintext
# Tools
|
|
.ropeproject/
|
|
compile_commands.json
|
|
# Visual Studio
|
|
/.vs/
|
|
|
|
# Build/deps dir
|
|
/build/
|
|
/cmake-build-debug/
|
|
/dist/
|
|
/.deps/
|
|
/tmp/
|
|
/.clangd/
|
|
|
|
*.mo
|
|
.*.sw?
|
|
*~
|
|
*.pyc
|
|
*.o
|
|
*.so
|
|
|
|
tags
|
|
|
|
/src/nvim/po/vim.pot
|
|
/src/nvim/po/*.ck
|
|
|
|
# Generated by tests with $NVIM_LOG_FILE set.
|
|
/.nvimlog
|
|
|
|
# Generated by scripts/vim-patch.sh
|
|
/.vim-src/
|
|
|
|
# Generated by old (Vim) 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
|
|
/runtime/indent/testdir/*.out
|
|
+runtime/indent/testdir/*.fail
|
|
# Generated by src/nvim/testdir/runnvim.sh.
|
|
/src/nvim/testdir/*.tlog
|
|
|
|
# Generated by unit tests.
|
|
/test/includes/post/
|
|
|
|
# Generated by luacheck during `make lualint'
|
|
.luacheckcache
|
|
|
|
# local make targets
|
|
local.mk
|
|
|
|
# runtime/doc
|
|
/runtime/doc/*.html
|
|
/runtime/doc/tags.ref
|
|
/runtime/doc/errors.log
|
|
|
|
# CLion
|
|
/.idea/
|