neovim/.gitignore

73 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-03-30 17:41:19 +02:00
# Tools
/venv/
compile_commands.json
# 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/
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.
/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
2019-07-30 22:45:06 +02:00
# Generated by src/nvim/testdir/runnvim.sh.
/src/nvim/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