neovim/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

86 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-03-30 17:41:19 +02:00
# Tools
/.direnv/
/venv/
compile_commands.json
/.envrc
# IDEs
2018-06-05 14:39:52 +02:00
/.vs/
/.vscode/
/.idea/
2018-03-30 17:41:19 +02:00
2014-02-01 15:27:24 +01:00
# Build/deps dir
/build/
/.deps/
/tmp/
/.clangd/
/.cache/clangd/
/.ccls-cache/
2021-05-28 21:45:34 +02:00
/.clang-tidy
2014-02-01 15:20:02 +01:00
.DS_Store
*.mo
.*.sw?
*~
*.pyc
*.o
*.so
/src/nvim/po/vim.pot
/src/nvim/po/*.ck
2014-02-01 15:27:24 +01:00
2018-03-30 17:41:19 +02:00
# Generated by tests with $NVIM_LOG_FILE set.
2017-07-26 11:11:28 +02:00
/.nvimlog
2018-03-30 17:41:19 +02:00
# Generated by scripts/vim-patch.sh
/.vim-src
*.rej
2014-12-25 20:50:28 +01:00
2018-03-30 17:41:19 +02:00
# Generated by old (Vim) tests.
2023-03-07 04:16:55 +01:00
/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
2023-03-07 04:16:55 +01:00
/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
2023-03-07 04:16:55 +01:00
# Generated by test/old/testdir/runnvim.sh.
/test/old/testdir/*.tlog
2018-03-30 17:41:19 +02:00
# Generated by unit tests.
/test/includes/post/
2019-07-04 14:15:10 +02:00
# Generated by luacheck during `make lualint'
.luacheckcache
2015-11-24 00:40:34 +01:00
# local make targets
local.mk
2014-03-28 10:37:37 +01:00
# Generated from :help docs
tags
2014-07-31 15:01:50 +02:00
/runtime/doc/*.html
/runtime/doc/tags.ref
/runtime/doc/errors.log
# Generated by gen_vimdoc.py:
/runtime/doc/*.mpack
/tmp-*-doc
2021-04-21 09:29:16 +02:00
# vim patches
/vim-*.patch
# nix build results
/result
/result-*
/contrib/result
/contrib/result-*
CMakeUserPresets.json