mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
86 lines
1.3 KiB
Plaintext
86 lines
1.3 KiB
Plaintext
# Tools
|
|
/.direnv/
|
|
/venv/
|
|
compile_commands.json
|
|
/.envrc
|
|
|
|
# IDEs
|
|
/.vs/
|
|
/.vscode/
|
|
/.idea/
|
|
|
|
# Build/deps dir
|
|
/build/
|
|
/.deps/
|
|
/tmp/
|
|
/.clangd/
|
|
/.cache/clangd/
|
|
/.ccls-cache/
|
|
/.clang-tidy
|
|
|
|
.DS_Store
|
|
*.mo
|
|
.*.sw?
|
|
*~
|
|
*.pyc
|
|
*.o
|
|
*.so
|
|
|
|
/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
|
|
*.rej
|
|
|
|
# Generated by old (Vim) tests.
|
|
/test/old/testdir/del
|
|
/test/old/testdir/test*.out
|
|
/test/old/testdir/test*.res
|
|
/test/old/testdir/test*.log
|
|
/test/old/testdir/messages
|
|
/test/old/testdir/starttime
|
|
/test/old/testdir/viminfo
|
|
/test/old/testdir/test.ok
|
|
/test/old/testdir/*.failed
|
|
/test/old/testdir/X*
|
|
/test/old/testdir/valgrind.*
|
|
/test/old/testdir/.gdbinit
|
|
/runtime/indent/testdir/*.out
|
|
+runtime/indent/testdir/*.fail
|
|
# Generated by test/old/testdir/runnvim.sh.
|
|
/test/old/testdir/*.tlog
|
|
|
|
# Generated by unit tests.
|
|
/test/includes/post/
|
|
|
|
# Generated by luacheck during `make lualint'
|
|
.luacheckcache
|
|
|
|
# local make targets
|
|
local.mk
|
|
|
|
# Generated from :help docs
|
|
tags
|
|
/runtime/doc/*.html
|
|
/runtime/doc/tags.ref
|
|
/runtime/doc/errors.log
|
|
|
|
# Generated by gen_vimdoc.py:
|
|
/runtime/doc/*.mpack
|
|
/tmp-*-doc
|
|
|
|
# vim patches
|
|
/vim-*.patch
|
|
|
|
# nix build results
|
|
/result
|
|
/result-*
|
|
/contrib/result
|
|
/contrib/result-*
|
|
|
|
CMakeUserPresets.json
|