github.com/lirm/aeron-go@v0.0.0-20230415210743-920325491dc4/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 6 # Folders 7 _obj 8 _test 9 10 # Architecture specific extensions/prefixes 11 *.[568vq] 12 [568vq].out 13 14 *.log 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 *.pprof 27 .idea 28 .iml 29 examples/pong/pong 30 examples/ping/ping 31 examples/basic_subscriber/basic_subscriber 32 examples/basic_publisher/basic_publisher 33 examples/basic_publisher_claim/basic_publisher_claim 34 *.bin 35 *.iml 36 systests/systests