gitignore/Go.gitignore

22 lines
478 B
Plaintext
Raw Normal View History

# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
2017-01-30 15:42:26 +01:00
# Binaries for programs and plugins
2010-11-09 10:47:28 +01:00
*.exe
*.exe~
2017-01-30 15:42:26 +01:00
*.dll
*.so
2017-01-30 15:48:28 +01:00
*.dylib
2017-01-30 15:09:30 +01:00
2018-11-29 13:58:06 +01:00
# Test binary, built with `go test -c`
2013-07-19 17:44:46 +02:00
*.test
2016-05-11 16:05:23 +02:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2019-05-05 15:37:09 +02:00
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work