teleport/.gitignore

59 lines
599 B
Plaintext
Raw Normal View History

# this file gets generated by make
2016-06-14 23:52:32 +00:00
gitref.go
.data
debug
2017-01-16 07:25:37 +00:00
default.etcd
darwin
2016-06-14 23:52:32 +00:00
# usually release tarballs get in the way
*.gz
*.zip
2016-12-24 19:54:23 +00:00
# editors
.vscode
2016-01-17 22:50:00 +00:00
# Compiled binaries, Object files, Static and Dynamic libs (Shared Objects)
out
2016-03-23 01:22:48 +00:00
build
*.o
2015-03-02 19:36:00 +00:00
*.a
*.so
# Folders
_obj
_test
tmp
2015-03-02 19:36:00 +00:00
# Architecture specific extensions/prefixes
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
2016-03-19 17:41:54 +00:00
.bash_history
2015-03-02 19:36:00 +00:00
_testmain.go
*.exe
*.test
*.prof
*.tmp
flymake*
# mkdocs
docs/latest
docs/latest.yaml
2017-11-10 20:22:47 +00:00
# terraform
.terraform
2018-01-17 19:59:55 +00:00
terraform.tfstate
# macOS
**/.DS_Store
2018-02-06 21:26:57 +00:00
# ansible stuff
ssh.config
*.retry