.gitignore 844 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Tools
  2. .ropeproject/
  3. # Visual Studio
  4. /.vs/
  5. # Build/deps dir
  6. /build/
  7. /cmake-build-debug/
  8. /dist/
  9. /.deps/
  10. /tmp/
  11. *.mo
  12. .*.sw?
  13. *~
  14. *.pyc
  15. *.o
  16. *.so
  17. tags
  18. /src/nvim/po/vim.pot
  19. /src/nvim/po/*.ck
  20. # Generated by tests with $NVIM_LOG_FILE set.
  21. /.nvimlog
  22. # Generated by scripts/vim-patch.sh
  23. /.vim-src/
  24. # Generated by old (Vim) tests.
  25. /src/nvim/testdir/del
  26. /src/nvim/testdir/test*.out
  27. /src/nvim/testdir/test*.res
  28. /src/nvim/testdir/test.log
  29. /src/nvim/testdir/messages
  30. /src/nvim/testdir/viminfo
  31. /src/nvim/testdir/test.ok
  32. /src/nvim/testdir/*.failed
  33. /src/nvim/testdir/X*
  34. /src/nvim/testdir/valgrind.*
  35. /src/nvim/testdir/.gdbinit
  36. # Generated by unit tests.
  37. /test/includes/post/
  38. # Generated by luacheck during `make testlint'
  39. /test/.luacheckcache
  40. # local make targets
  41. local.mk
  42. # runtime/doc
  43. /runtime/doc/*.html
  44. /runtime/doc/tags.ref
  45. /runtime/doc/errors.log