mirror of https://github.com/dmarkham/enumer.git
32 lines
367 B
Plaintext
32 lines
367 B
Plaintext
# Created by .ignore support plugin (hsz.mobi)
|
|
### Go template
|
|
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
cli
|
|
# Folders
|
|
_obj
|
|
_test
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
coverage.txt
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
|
|
.idea
|
|
.vscode
|
|
|
|
enumer
|