.gitignore 379 B

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