mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 04:56:28 -08:00
James Wells
7d6fbfef24
Quite a refactor and some code cleanup. Co-authored-by: James Wells <jwells@dragonheim.net> Reviewed-on: #11 Co-authored-by: James Wells <jwells@noreply.localhost> Co-committed-by: James Wells <jwells@noreply.localhost>
45 lines
464 B
Text
45 lines
464 B
Text
# ---> Go
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
bin/
|
|
vendor/
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
# Ignore various IDE
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
.vscode
|
|
debug
|
|
|
|
# Ignore various temporary files
|
|
*.swp
|
|
*.tmp
|
|
*.bak
|
|
*.log
|
|
*.pid
|
|
|
|
# Ignore various Drone CI support files
|
|
.drone.secrets
|
|
|