Go.gitignore 379 字节
Newer Older
C
Clement Skau 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
# 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
J
Jonathan Rudenberg 已提交
23
*.test
M
Michalis Kargakis 已提交
24
*.prof
L
Luca Corbatto 已提交
25

L
Luca Corbatto 已提交
26
# Output of the go coverage tool, specifically when used with LiteIDE
L
Luca Corbatto 已提交
27
*.out
F
futabooo 已提交
28 29 30

# external packages folder
vendor/