neovim/.gitignore

65 lines
1006 B
Plaintext
Raw Normal View History

2018-03-30 11:41:19 -04:00
# Tools
.ropeproject/
compile_commands.json
2018-06-05 08:39:52 -04:00
# Visual Studio
/.vs/
2018-03-30 11:41:19 -04:00
2014-02-01 09:27:24 -05:00
# Build/deps dir
/build/
2017-10-08 12:26:44 -04:00
/cmake-build-debug/
/dist/
/.deps/
/tmp/
2014-02-01 09:20:02 -05:00
*.mo
.*.sw?
*~
*.pyc
*.o
*.so
tags
/src/nvim/po/vim.pot
/src/nvim/po/*.ck
2014-02-01 09:27:24 -05:00
2018-03-30 11:41:19 -04:00
# Generated by tests with $NVIM_LOG_FILE set.
2017-07-26 05:11:28 -04:00
/.nvimlog
2018-03-30 11:41:19 -04:00
# Generated by scripts/vim-patch.sh
2014-12-25 14:50:28 -05:00
/.vim-src/
2018-03-30 11:41:19 -04: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 16:45:06 -04:00
# Generated by src/nvim/testdir/runnvim.sh.
/src/nvim/testdir/*.tlog
2018-03-30 11:41:19 -04:00
# Generated by unit tests.
/test/includes/post/
2019-07-04 08:15:10 -04:00
# Generated by luacheck during `make lualint'
.luacheckcache
2015-11-23 18:40:34 -05:00
# local make targets
local.mk
2014-03-28 05:37:37 -04:00
2014-07-31 09:01:50 -04:00
# runtime/doc
/runtime/doc/*.html
/runtime/doc/tags.ref
/runtime/doc/errors.log
2019-07-13 12:38:16 -04:00
# CLion
/.idea/