.gitignore 378 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  2. *.o
  3. *.a
  4. *.so
  5. # Folders
  6. _obj
  7. _test
  8. .idea
  9. .vscode
  10. .github
  11. data
  12. # Architecture specific extensions/prefixes
  13. *.[568vq]
  14. [568vq].out
  15. *.cgo1.go
  16. *.cgo2.c
  17. _cgo_defun.c
  18. _cgo_gotypes.go
  19. _cgo_export.*
  20. _testmain.go
  21. test/*
  22. !test/*.*
  23. !test/*/
  24. test/*/*
  25. !test/*/*.*
  26. !test/*/*/
  27. *.exe
  28. *.test
  29. *.prof
  30. *.iml
  31. *.class
  32. *.tmp
  33. *.zip