gitignore/Go.gitignore

34 lines
469 B
Plaintext
Raw Normal View History

2010-11-09 17:47:28 +08:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
*.exe
2013-07-19 23:44:46 +08:00
*.test
2014-06-06 21:53:21 +08:00
*.prof
2016-05-11 22:05:23 +08:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2016-09-27 09:33:41 +08:00
2016-11-30 21:37:24 +08:00
# External packages folder
2016-09-27 09:33:41 +08:00
vendor/
2017-01-24 09:51:10 +08:00
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/