blob: f88795748dee24ee53fb39f6cdd978de2f20685e [file] [log] [blame]
Abhay Kumar40252eb2025-10-13 13:25:53 +00001# Compiled Object files, Static and Dynamic libs (Shared Objects)
2*.o
3*.a
4*.so
5*.test
6
7# Folders
8_obj
9_test
10.vagrant
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
26/bin
27/coverage.txt
28/profile.out
29/output.json
30
31.idea