Neovim configs for 2023. Hopefully they last.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
337 B

2 years ago
2 years ago
  1. luac.out
  2. /plugin
  3. /venv
  4. __pycache__
  5. # luarocks build files
  6. *.src.rock
  7. *.zip
  8. *.tar.gz
  9. # Object files
  10. *.o
  11. *.os
  12. *.ko
  13. *.obj
  14. *.elf
  15. # Precompiled Headers
  16. *.gch
  17. *.pch
  18. # Libraries
  19. *.lib
  20. *.a
  21. *.la
  22. *.lo
  23. *.def
  24. *.exp
  25. # Shared objects (inc. Windows DLLs)
  26. *.dll
  27. *.so
  28. *.so.*
  29. *.dylib
  30. # Executables
  31. *.exe
  32. *.out
  33. *.app
  34. *.i*86
  35. *.x86_64
  36. *.hex
  37. .DS_Store