teleport/.gitignore

57 lines
590 B
Plaintext
Raw Normal View History

# this file gets generated by make
2016-06-14 23:52:32 +00:00
gitref.go
.data
2016-10-10 23:28:04 +00:00
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
2016-03-16 03:07:27 +00:00
# built web assets
2016-03-04 02:06:54 +00:00
web/dist/app/app
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
2016-01-17 22:50:00 +00:00
*.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]
[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.yaml
2017-11-10 20:22:47 +00:00
# terraform
.terraform
2018-01-17 19:59:55 +00:00
terraform.tfstate
# OSX
.DS_Store