.gitignore 546 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # ---> Go
  2. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  3. *.o
  4. *.a
  5. *.so
  6. *.swp
  7. # Folders
  8. _obj
  9. _test
  10. .VERSION
  11. .DS_Store
  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. *.exe
  22. *.test
  23. *.prof
  24. _output
  25. /relay
  26. /structargtest
  27. .idea
  28. .vscode
  29. intellij.yaml
  30. GPATH
  31. GRTAGS
  32. GTAGS
  33. pkg/generated
  34. # Runtime data
  35. data/etcd/
  36. data/glance/
  37. data/torrents/
  38. logs/*.log
  39. logs/*.pid
  40. *.orig
  41. # gotext extracted
  42. out.gotext.json
  43. pkg/notify/sender/email_test.go