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.

41 lines
311 B

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