airshipctl/.gitignore

26 lines
278 B
Plaintext
Raw Normal View History

2019-04-26 16:37:03 +00:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
# Test binary, build with `go test -c`
2019-04-26 16:37:03 +00:00
*.test
*.example
2019-04-26 16:37:03 +00:00
# Output of the go coverage tool
*.out
.coverage/
# Various user specific files
.DS_Store
.idea/
.vimrc
*.swp
.vscode/
# Sphinx build venv
.tox/