.gitignore 377 B

123456789101112131415161718192021222324
  1. # Created by https://www.gitignore.io/api/go
  2. # Edit at https://www.gitignore.io/?templates=go
  3. ### Go ###
  4. # Binaries for programs and plugins
  5. *.exe
  6. *.exe~
  7. *.dll
  8. *.so
  9. *.dylib
  10. # Test binary, built with `go test -c`
  11. *.test
  12. # Output of the go coverage tool, specifically when used with LiteIDE
  13. *.out
  14. ### Go Patch ###
  15. /vendor/
  16. /Godeps/
  17. # End of https://www.gitignore.io/api/go