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