blob: da9d9d00b47404f4294e00466a94af21caf7dc04 [file] [log] [blame]
Don Newton7577f072020-01-06 12:41:11 -05001# Compiled Object files, Static and Dynamic libs (Shared Objects)
2*.o
3*.a
4*.so
5
6# Folders
7_obj
8_test
9vendor
10
11# Architecture specific extensions/prefixes
12*.[568vq]
13[568vq].out
14
15*.cgo1.go
16*.cgo2.c
17_cgo_defun.c
18_cgo_gotypes.go
19_cgo_export.*
20
21_testmain.go
22
23*.exe
24*.test
25*.prof
26*.pprof
27*.out
28*.log
David K. Bainbridgee05cf0c2021-08-19 03:16:50 +000029
30/bin
31cover.out
32cover.html