2019-04-26 11:37:03 -05:00
|
|
|
# Binaries for programs and plugins
|
|
|
|
*.exe
|
|
|
|
*.exe~
|
|
|
|
*.dll
|
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
bin/
|
|
|
|
|
2020-05-20 16:07:49 -05:00
|
|
|
# Test binary, build with `go test -c`
|
2019-04-26 11:37:03 -05:00
|
|
|
*.test
|
2020-02-10 17:44:40 -06:00
|
|
|
*.example
|
2019-04-26 11:37:03 -05:00
|
|
|
|
|
|
|
# Output of the go coverage tool
|
|
|
|
*.out
|
|
|
|
.coverage/
|
|
|
|
|
|
|
|
# Various user specific files
|
|
|
|
.DS_Store
|
|
|
|
.idea/
|
|
|
|
.vimrc
|
|
|
|
*.swp
|
|
|
|
.vscode/
|
2020-01-08 09:45:02 -06:00
|
|
|
|
|
|
|
# Sphinx build venv
|
2020-05-08 15:17:24 +00:00
|
|
|
.tox/
|
2021-09-01 17:06:19 -05:00
|
|
|
|
|
|
|
# Logging
|
|
|
|
tools/airship-in-a-pod/logs/
|