.gitignore has no entry for a build directory. The README tells the reader to configure into build/:
so build/ appears as untracked content in a normal working tree. It was 48 MB in one checkout here. Anyone running git add -A commits it.
Adding build/ — or a broader pattern if out-of-tree names vary — closes it.
.gitignorehas no entry for a build directory. The README tells the reader to configure intobuild/:so
build/appears as untracked content in a normal working tree. It was 48 MB in one checkout here. Anyone runninggit add -Acommits it.Adding
build/— or a broader pattern if out-of-tree names vary — closes it.