client_golang/.gitignore

29 lines
523 B
Plaintext
Raw Permalink Normal View History

# Examples
examples/simple/simple
examples/random/random
examples/gocollector/gocollector
# Typical backup/temporary files of editors
*~
*#
2012-05-20 01:59:25 +04:00
# Never include any accidentally created vendor dirs.
# This is a library!
vendor/
2012-05-20 01:59:25 +04:00
# The remainder of this file is taken from
# https://github.com/github/gitignore/blob/main/Go.gitignore
2012-05-20 01:59:25 +04:00
# Binaries for programs and plugins
2012-05-20 01:59:25 +04:00
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out