.gitignore 410 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. bin/
  2. .svn/
  3. .godeps
  4. ./build
  5. .cover/
  6. dist
  7. _site
  8. _posts
  9. *.dat
  10. .vscode
  11. cti.yaml
  12. cmd/mock
  13. cmd/report
  14. # Go.gitignore
  15. # Compiled Object files, Static and Dynamic libs (Shared Objects)
  16. *.o
  17. *.a
  18. *.so
  19. # Folders
  20. _obj
  21. _test
  22. storage
  23. .idea
  24. # Architecture specific extensions/prefixes
  25. *.[568vq]
  26. [568vq].out
  27. *.cgo1.go
  28. *.cgo2.c
  29. _cgo_defun.c
  30. _cgo_gotypes.go
  31. _cgo_export.*
  32. _testmain.go
  33. *.exe
  34. profile
  35. # vim stuff
  36. *.sw[op]