gitignore/Go.gitignore

19 lines
298 B
Plaintext
Raw Normal View History

2017-01-30 22:42:26 +08:00
# Binaries for programs and plugins
2010-11-09 17:47:28 +08:00
*.exe
*.exe~
2017-01-30 22:42:26 +08:00
*.dll
*.so
2017-01-30 22:48:28 +08:00
*.dylib
2017-01-30 22:09:30 +08:00
2018-11-29 20:58:06 +08:00
# Test binary, built with `go test -c`
2013-07-19 23:44:46 +08:00
*.test
2016-05-11 22:05:23 +08:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2019-05-05 21:37:09 +08:00
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work