github.com/cnotch/ipchub@v1.1.0/.gitignore (about) 1 # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 *.o 3 *.a 4 *.so 5 *.mp4 6 *.flv 7 *.ts 8 *.sdp 9 *.rtp 10 11 # Folders 12 _obj 13 _test 14 logs 15 bin 16 17 # file 18 ipchub 19 routetable.json 20 users.json 21 22 # Architecture specific extensions/prefixes 23 *.[568vq] 24 [568vq].out 25 26 *.cgo1.go 27 *.cgo2.c 28 _cgo_defun.c 29 _cgo_gotypes.go 30 _cgo_export.* 31 32 _testmain.go 33 34 *.exe 35 *.test 36 *.prof