# Binaries for programs and plugins *.exe *.exe~ *.dll *.dylib *.o bin/* pkg/* vendor/src doc/generate-api/* 3rdparty/ # Sample binary src/libedge-orchestration/lib/* src/libedge-orchestration/sample/orchestration_sample src/libedge-orchestration/sample/orchestration_chrome_sample # Test binary, build with `go test -c` *.test # Output of c build *.o src/CMain/unittest/out/* src/CMain/bin/* # Output of go build src/GoMain/bin/* # Output of the go coverage tool, specifically when used with LiteIDE *.out *.html # VS Code .vscode/