2020-10-16 17:54:29 +03:00
|
|
|
# Scorecard binary.
|
|
|
|
scorecard
|
|
|
|
|
|
|
|
# Binaries for programs and plugins.
|
2020-10-09 17:47:59 +03:00
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
|
2020-10-16 17:54:29 +03:00
|
|
|
# Test binary, built with `go test -c`.
|
2020-10-09 17:47:59 +03:00
|
|
|
*.test
|
|
|
|
|
2020-10-16 17:54:29 +03:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE.
|
2021-01-27 01:17:31 +03:00
|
|
|
*.coverprofile
|
2020-10-09 17:47:59 +03:00
|
|
|
|
2020-12-23 00:43:24 +03:00
|
|
|
|
2020-10-16 17:54:29 +03:00
|
|
|
# IDE directories.
|
2020-10-09 17:47:59 +03:00
|
|
|
.vscode/
|
2020-10-16 17:54:29 +03:00
|
|
|
*.iml
|
|
|
|
|
2020-12-23 00:43:24 +03:00
|
|
|
# tools
|
|
|
|
bin
|