123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- # 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/opt_test.vim
- /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
|