2010-11-09 10:47:28 +01: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 17:44:46 +02:00
|
|
|
*.test
|
2014-06-06 15:53:21 +02:00
|
|
|
*.prof
|
2015-03-01 10:13:43 +01:00
|
|
|
|
2016-05-11 16:05:23 +02:00
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
2015-03-01 10:13:43 +01:00
|
|
|
*.out
|
2016-09-27 03:33:41 +02:00
|
|
|
|
2016-11-30 14:37:24 +01:00
|
|
|
# External packages folder
|
2016-09-27 03:33:41 +02:00
|
|
|
vendor/
|