2015-12-21 23:24:59 +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
|
|
|
|
*.test
|
|
|
|
*.prof
|
2016-01-27 21:24:36 +08:00
|
|
|
|
|
|
|
# Self
|
|
|
|
bin/
|
2016-04-11 17:27:14 +08:00
|
|
|
packages/
|
2020-04-03 00:59:47 +08:00
|
|
|
release/
|
2016-05-17 19:13:37 +08:00
|
|
|
test/bin/
|
2020-03-11 13:20:26 +08:00
|
|
|
vendor/
|
2020-11-20 17:00:14 +08:00
|
|
|
dist/
|
2021-02-07 14:07:20 +08:00
|
|
|
.idea/
|
2016-01-27 21:24:36 +08:00
|
|
|
|
2016-02-05 14:18:26 +08:00
|
|
|
# Cache
|
|
|
|
*.swp
|