dockron/.gitignore

36 lines
366 B
Plaintext
Raw Normal View History

2018-08-01 15:54:55 +00:00
# ---> Go
# 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
2018-08-03 01:11:07 +00:00
# Output
2020-08-07 21:17:30 +00:00
coverage.out
2018-08-04 02:22:54 +00:00
dockron
2019-06-28 17:24:41 +00:00
dockron-*
2018-08-03 01:11:07 +00:00
# deps
vendor/
2020-08-19 20:04:37 +00:00
# Test output
itest/*_result.txt