eg:
nimpb/compiler/nimpb_build
=>
this could go under ./build/bin/nimpb_build
protobuf-all-3.5.1.zip and protobuf-3.5.1 could go under ./build/ ...
.gitignore could add ./build/ so that git status can stay clean (eg after running nimble build_protobuf git status is not clean)
eg:
nimpb/compiler/nimpb_build
=>
this could go under ./build/bin/nimpb_build
protobuf-all-3.5.1.zip and protobuf-3.5.1 could go under ./build/ ...
.gitignore could add
./build/so thatgit statuscan stay clean (eg after runningnimble build_protobufgit status is not clean)