2016-10-21 10:31:42 +00: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
|
|
|
|
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# external packages folder
|
2016-10-21 13:10:05 +00:00
|
|
|
vendor/
|
2016-10-22 06:21:26 +00:00
|
|
|
node_modules/
|
2016-11-18 17:58:00 +00:00
|
|
|
tmp/
|
2016-10-21 13:10:05 +00:00
|
|
|
|
|
|
|
# debugger
|
2016-10-28 16:11:25 +00:00
|
|
|
debug
|
|
|
|
|
|
|
|
# pixy
|
2016-11-12 16:40:16 +00:00
|
|
|
/components
|
2016-11-02 13:47:22 +00:00
|
|
|
|
|
|
|
# binaries
|
2016-12-01 15:27:53 +00:00
|
|
|
/notify.moe
|
|
|
|
|
2017-06-07 21:37:13 +00:00
|
|
|
# Database
|
2017-05-29 22:07:05 +00:00
|
|
|
/db
|
|
|
|
|
2017-06-07 21:37:13 +00:00
|
|
|
# Certificates
|
|
|
|
/security
|
|
|
|
|
|
|
|
# Log files
|
|
|
|
/logs
|