2017-07-19 19:41:58 -07:00
|
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.so
|
2016-10-02 09:10:28 -04:00
|
|
|
|
2017-07-19 19:41:58 -07:00
|
|
|
# Folders
|
|
|
|
_obj
|
|
|
|
_test
|
2018-11-22 14:48:53 -08:00
|
|
|
vendor/
|
2016-10-02 09:10:28 -04:00
|
|
|
|
2017-07-19 19:41:58 -07:00
|
|
|
# Architecture specific extensions/prefixes
|
|
|
|
*.[568vq]
|
|
|
|
[568vq].out
|
2016-10-02 09:10:28 -04:00
|
|
|
|
2017-07-19 19:41:58 -07:00
|
|
|
*.cgo1.go
|
|
|
|
*.cgo2.c
|
|
|
|
_cgo_defun.c
|
|
|
|
_cgo_gotypes.go
|
|
|
|
_cgo_export.*
|
2016-10-02 09:10:28 -04:00
|
|
|
|
2017-07-19 19:41:58 -07:00
|
|
|
_testmain.go
|
2016-10-02 09:10:28 -04:00
|
|
|
|
2017-07-19 19:41:58 -07:00
|
|
|
*.test
|
|
|
|
*.prof
|
2017-07-19 19:40:44 -07:00
|
|
|
|
2017-08-20 13:01:58 -07:00
|
|
|
.idea/
|
|
|
|
|
|
|
|
node_modules/
|
2018-09-17 19:55:30 -07:00
|
|
|
dist/
|
2018-10-06 19:25:07 -07:00
|
|
|
venv/
|
|
|
|
|
|
|
|
.DS_Store
|