.gitignore 474 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # Binaries for programs and plugins
  2. *.exe
  3. *.dll
  4. *.so
  5. *.dylib
  6. *.o
  7. *.a
  8. # Folders
  9. _obj
  10. _test
  11. # Architecture specific extensions/prefixes
  12. *.[568vq]
  13. [568vq].out
  14. *.cgo1.go
  15. *.cgo2.c
  16. _cgo_defun.c
  17. _cgo_gotypes.go
  18. _cgo_export.*
  19. _testmain.go
  20. *.prof
  21. # Test binary, build with `go test -c`
  22. *.test
  23. # Output of the go coverage tool, specifically when used with LiteIDE
  24. *.out
  25. # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
  26. .glide/
  27. # Gogland
  28. .idea/