.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # Tools
  2. /venv/
  3. compile_commands.json
  4. /.luarc.json
  5. # IDEs
  6. /.vs/
  7. /.vscode/
  8. /.idea/
  9. # Build/deps dir
  10. /build/
  11. /.deps/
  12. /tmp/
  13. /.clangd/
  14. /.cache/clangd/
  15. /.ccls-cache/
  16. /.clang-tidy
  17. .DS_Store
  18. *.mo
  19. .*.sw?
  20. *~
  21. *.pyc
  22. *.o
  23. *.so
  24. /src/nvim/po/vim.pot
  25. /src/nvim/po/*.ck
  26. # Generated by tests with $NVIM_LOG_FILE set.
  27. /.nvimlog
  28. # Generated by scripts/vim-patch.sh
  29. /.vim-src
  30. *.rej
  31. # Generated by old (Vim) tests.
  32. /test/old/testdir/del
  33. /test/old/testdir/test*.out
  34. /test/old/testdir/test*.res
  35. /test/old/testdir/test*.log
  36. /test/old/testdir/messages
  37. /test/old/testdir/viminfo
  38. /test/old/testdir/test.ok
  39. /test/old/testdir/*.failed
  40. /test/old/testdir/X*
  41. /test/old/testdir/valgrind.*
  42. /test/old/testdir/.gdbinit
  43. /runtime/indent/testdir/*.out
  44. +runtime/indent/testdir/*.fail
  45. # Generated by test/old/testdir/runnvim.sh.
  46. /test/old/testdir/*.tlog
  47. # Generated by unit tests.
  48. /test/includes/post/
  49. # Generated by luacheck during `make lualint'
  50. .luacheckcache
  51. # local make targets
  52. local.mk
  53. # Generated from :help docs
  54. tags
  55. /runtime/doc/*.html
  56. /runtime/doc/tags.ref
  57. /runtime/doc/errors.log
  58. # Generated by gen_vimdoc.py:
  59. /runtime/doc/*.mpack
  60. /tmp-*-doc
  61. # vim patches
  62. /vim-*.patch
  63. # nix build results
  64. /result
  65. /result-*
  66. /contrib/result
  67. /contrib/result-*
  68. CMakeUserPresets.json