github.com/moontrade/wavm-go@v0.3.2-0.20220316110326-d229dd66ad65/.gitignore (about) 1 # Binaries for programs and plugins 2 *.exe 3 *.exe~ 4 *.dll 5 #*.so 6 #*.dylib 7 .DS_Store 8 9 .idea 10 .vscode 11 12 # Test binary, built with `go test -c` 13 *.test 14 15 # Output of the go coverage tool, specifically when used with LiteIDE 16 *.out 17 18 # Dependency directories (remove the comment below to include it) 19 # vendor/ 20 21 worker/cmd/cmd 22 23 worker/cmd/wavmw 24 25 unsafecgo/cmd/cmd