2018-03-30 08:41:19 -07:00
|
|
|
# Tools
|
2023-04-15 05:54:16 -07:00
|
|
|
/.direnv/
|
2020-08-31 00:51:35 -07:00
|
|
|
/venv/
|
2019-05-12 04:04:48 -07:00
|
|
|
compile_commands.json
|
2023-04-15 05:54:16 -07:00
|
|
|
/.envrc
|
2020-08-31 00:51:35 -07:00
|
|
|
|
|
|
|
# IDEs
|
2018-06-05 05:39:52 -07:00
|
|
|
/.vs/
|
2020-08-31 00:51:35 -07:00
|
|
|
/.vscode/
|
|
|
|
/.idea/
|
2018-03-30 08:41:19 -07:00
|
|
|
|
2014-02-01 07:27:24 -07:00
|
|
|
# Build/deps dir
|
2014-02-27 20:29:23 -07:00
|
|
|
/build/
|
|
|
|
/.deps/
|
2014-03-13 08:11:03 -07:00
|
|
|
/tmp/
|
2019-11-17 20:06:59 -07:00
|
|
|
/.clangd/
|
2021-01-31 21:03:35 -07:00
|
|
|
/.cache/clangd/
|
2021-07-25 10:12:07 -07:00
|
|
|
/.ccls-cache/
|
2021-05-28 12:45:34 -07:00
|
|
|
/.clang-tidy
|
2014-02-01 07:20:02 -07:00
|
|
|
|
2019-12-06 18:45:17 -07:00
|
|
|
.DS_Store
|
2014-01-31 06:39:15 -07:00
|
|
|
*.mo
|
2015-04-05 06:39:27 -07:00
|
|
|
.*.sw?
|
2014-01-31 06:39:15 -07:00
|
|
|
*~
|
|
|
|
*.pyc
|
2014-02-28 01:24:28 -07:00
|
|
|
*.o
|
|
|
|
*.so
|
2014-01-31 06:39:15 -07:00
|
|
|
|
2014-05-12 06:53:00 -07:00
|
|
|
/src/nvim/po/vim.pot
|
|
|
|
/src/nvim/po/*.ck
|
2014-02-01 07:27:24 -07:00
|
|
|
|
2018-03-30 08:41:19 -07:00
|
|
|
# Generated by tests with $NVIM_LOG_FILE set.
|
2017-07-26 02:11:28 -07:00
|
|
|
/.nvimlog
|
|
|
|
|
2018-03-30 08:41:19 -07:00
|
|
|
# Generated by scripts/vim-patch.sh
|
2021-04-14 11:07:49 -07:00
|
|
|
/.vim-src
|
2021-04-27 22:33:17 -07:00
|
|
|
*.rej
|
2014-12-25 12:50:28 -07:00
|
|
|
|
2018-03-30 08:41:19 -07:00
|
|
|
# Generated by old (Vim) tests.
|
2023-03-06 20:16:55 -07:00
|
|
|
/test/old/testdir/del
|
|
|
|
/test/old/testdir/test*.out
|
|
|
|
/test/old/testdir/test*.res
|
|
|
|
/test/old/testdir/test*.log
|
|
|
|
/test/old/testdir/messages
|
2023-04-18 19:34:23 -07:00
|
|
|
/test/old/testdir/starttime
|
2023-03-06 20:16:55 -07:00
|
|
|
/test/old/testdir/viminfo
|
2024-10-18 02:38:29 -07:00
|
|
|
/test/old/testdir/opt_test.vim
|
2023-03-06 20:16:55 -07:00
|
|
|
/test/old/testdir/test.ok
|
|
|
|
/test/old/testdir/*.failed
|
|
|
|
/test/old/testdir/X*
|
|
|
|
/test/old/testdir/valgrind.*
|
|
|
|
/test/old/testdir/.gdbinit
|
2019-07-28 17:52:58 -07:00
|
|
|
/runtime/indent/testdir/*.out
|
2019-09-18 13:52:22 -07:00
|
|
|
+runtime/indent/testdir/*.fail
|
2023-03-06 20:16:55 -07:00
|
|
|
# Generated by test/old/testdir/runnvim.sh.
|
|
|
|
/test/old/testdir/*.tlog
|
2014-02-25 07:55:36 -07:00
|
|
|
|
2018-03-30 08:41:19 -07:00
|
|
|
# Generated by unit tests.
|
2014-03-11 11:11:46 -07:00
|
|
|
/test/includes/post/
|
|
|
|
|
2019-07-04 05:15:10 -07:00
|
|
|
# Generated by luacheck during `make lualint'
|
|
|
|
.luacheckcache
|
2015-11-23 16:40:34 -07:00
|
|
|
|
2014-02-25 07:55:36 -07:00
|
|
|
# local make targets
|
|
|
|
local.mk
|
2014-03-28 02:37:37 -07:00
|
|
|
|
2020-08-31 00:51:35 -07:00
|
|
|
# Generated from :help docs
|
|
|
|
tags
|
2014-07-31 06:01:50 -07:00
|
|
|
/runtime/doc/*.html
|
|
|
|
/runtime/doc/tags.ref
|
|
|
|
/runtime/doc/errors.log
|
2020-08-31 00:51:35 -07:00
|
|
|
|
|
|
|
# Generated by gen_vimdoc.py:
|
2020-07-02 04:09:17 -07:00
|
|
|
/runtime/doc/*.mpack
|
2020-08-08 12:47:59 -07:00
|
|
|
/tmp-*-doc
|
2021-04-21 00:29:16 -07:00
|
|
|
|
|
|
|
# vim patches
|
|
|
|
/vim-*.patch
|
2022-09-19 01:58:26 -07:00
|
|
|
|
2022-12-28 06:26:59 -07:00
|
|
|
# nix build results
|
|
|
|
/result
|
|
|
|
/result-*
|
|
|
|
/contrib/result
|
|
|
|
/contrib/result-*
|
|
|
|
|
2022-11-05 04:31:15 -07:00
|
|
|
CMakeUserPresets.json
|