.gitignore 296 B

12345678910111213141516171819202122232425262728293031323334
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. .vscode
  9. *.cgo1.go
  10. *.cgo2.c
  11. _cgo_defun.c
  12. _cgo_gotypes.go
  13. _cgo_export.*
  14. *.exe
  15. *.test
  16. *.prof
  17. yay
  18. yay_*/
  19. *.tar.gz
  20. qemu-*
  21. .go
  22. # Locale
  23. *.mo
  24. *.pot
  25. *.po~
  26. *.pprof
  27. node_modules/
  28. xgotext
  29. .devcontainer/