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