* Bumping up CI to go1.17 and enabling CI for PRs. * Adding go.sum now that issues seem to have gone away. * Bump up aurora to 0.25.0 and mesos to 1.9.0 * Fixing Mac tests. Adding extra time for killing thermos jobs. * Reduce the thermos overhead for unit tests Co-authored-by: lenhattan86 <lenhattan86@users.noreply.github.com>
43 lines
761 B
Text
43 lines
761 B
Text
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
.idea
|
|
|
|
# Thrift library comes with a lot of other files we don't need.
|
|
# Ignore everything but the files we do need
|
|
vendor/github.com/apache/thrift/*
|
|
!vendor/github.com/apache/thrift/lib/
|
|
|
|
vendor/github.com/apache/thrift/lib/*
|
|
!vendor/github.com/apache/thrift/lib/go/
|
|
|
|
vendor/github.com/apache/thrift/lib/go/*
|
|
!vendor/github.com/apache/thrift/lib/go/thrift/
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
|
|
# Example client build
|
|
examples/client
|
|
examples/jsonClient
|