blob: 1ffe0b4b0e5cff42727676622794262de2286a7f [file] [log] [blame] [edit]
# Examples
examples/simple/simple
examples/random/random
examples/gocollector/gocollector
# Typical backup/temporary files of editors
*~
*#
# Never include any accidentally created vendor dirs.
# This is a library!
vendor/
# The remainder of this file is taken from
# https://github.com/github/gitignore/blob/main/Go.gitignore
# Binaries for programs and plugins
*.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
.idea