2021-12-13 09:08:41 -05:00
|
|
|
# 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 09:42:26 -05:00
|
|
|
# Binaries for programs and plugins
|
2010-11-09 04:47:28 -05:00
|
|
|
*.exe
|
2018-01-01 14:57:36 -05:00
|
|
|
*.exe~
|
2017-01-30 09:42:26 -05:00
|
|
|
*.dll
|
|
|
|
*.so
|
2017-01-30 09:48:28 -05:00
|
|
|
*.dylib
|
2017-01-30 09:09:30 -05:00
|
|
|
|
2018-11-29 07:58:06 -05:00
|
|
|
# Test binary, built with `go test -c`
|
2013-07-19 11:44:46 -04:00
|
|
|
*.test
|
2015-03-01 04:13:43 -05:00
|
|
|
|
2016-05-11 10:05:23 -04:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
2015-03-01 04:13:43 -05:00
|
|
|
*.out
|
2019-05-05 09:37:09 -04:00
|
|
|
|
|
|
|
# Dependency directories (remove the comment below to include it)
|
|
|
|
# vendor/
|
2021-11-13 12:14:24 -05:00
|
|
|
|
|
|
|
# Go workspace file
|
|
|
|
go.work
|