airshipctl/.gitignore
2019-05-15 16:10:50 -05:00

25 lines
307 B
Plaintext

# Packed binaries from github.com/shuLhan/go-bindata
bindata.go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
# Test binary, build wiith `go test -c`
*.test
# Output of the go coverage tool
*.out
.coverage/
# Various user specific files
.DS_Store
.idea/
.vimrc
*.swp
.vscode/