teleport/.gitignore
2016-12-24 14:54:23 -05:00

44 lines
477 B
Plaintext

# this file gets generated by make
gitref.go
.data
debug*
# usually release tarballs get in the way
*.gz
# 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]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
.bash_history
_testmain.go
*.exe
*.test
*.prof
flymake*