airshipctl/.gitignore
Pallav Gupta b80ff608d0 Fix typo in .gitignore
Change-Id: Iae398d5fcfdf88777eea6af4ab478b2e359ae800
2020-05-20 16:07:49 -05:00

26 lines
278 B
Plaintext

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