gitea/options/gitignore/Go

19 lines
298 B
Plaintext
Raw Normal View History

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
2014-03-11 16:32:36 +11:00
*.so
*.dylib
2014-03-11 16:32:36 +11:00
# Test binary, built with `go test -c`
*.test
2014-03-11 16:32:36 +11:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work