.gitignore 1.3 KB

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