1# Created by .gitignore support plugin (hsz.mobi)
2### Go template
3# Compiled Object files, Static and Dynamic libs (Shared Objects)
4*.o
5*.a
6*.so
7
8# Folders
9_obj
10_test
11
12# Architecture specific extensions/prefixes
13*.[568vq]
14[568vq].out
15
16*.cgo1.go
17*.cgo2.c
18_cgo_defun.c
19_cgo_gotypes.go
20_cgo_export.*
21
22_testmain.go
23
24*.exe
25*.test
26*.prof
27
28.vscode
29.idea
30*.iml
31
32coverage.*
33