1
0
mirror of https://github.com/github/gitignore synced 2024-12-23 21:30:46 +01:00
gitignore/Go.gitignore

31 lines
379 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 11:44:46 -04:00
*.test
2014-06-06 16:53:21 +03:00
*.prof
2016-05-11 16:05:23 +02:00
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2016-09-27 10:33:41 +09:00
# external packages folder
vendor/