teleport/.gitignore
Alexander Klizhentas b2ce1220e9
Updates AWS SDK to 1.28.11 (#3330)
This commit updates AWS Go SDK and fixes #3210

Co-authored-by: Russell Jones <russjones@users.noreply.github.com>
2020-02-06 17:13:20 -08:00

61 lines
625 B
Plaintext

# this file gets generated by make
gitref.go
.data
debug
default.etcd
darwin
# usually release tarballs get in the way
*.gz
*.zip
# built web assets
web/dist/app/app
# editors
.vscode
# Compiled binaries, Object files, Static and Dynamic libs (Shared Objects)
out
build
*.o#
*.a
*.so
# Folders
_obj
_test
tmp
# Architecture specific extensions/prefixes
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
.bash_history
_testmain.go
*.exe
*.test
*.prof
*.tmp
flymake*
# mkdocs
docs/latest.yaml
# terraform
.terraform
terraform.tfstate
# macOS
**/.DS_Store
# ansible stuff
ssh.config
*.retry