.gitignore 295 B

1234567891011121314151617
  1. # build dir
  2. build/
  3. # Binaries for programs and plugins
  4. *.exe
  5. *.dll
  6. *.so
  7. *.dylib
  8. # Test binary, build with `go test -c`
  9. *.test
  10. # Output of the go coverage tool, specifically when used with LiteIDE
  11. *.out
  12. # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
  13. .glide/