Summary: Recently we changed the binaries we build and use but it wasn't obvious that some of the old binaries disappeared. For instance, nothing short of `git clean -xfd` would get rid of "infer/bin/InferPrint", which can lead to frustrating attempts to make InferPrint not segfault. Mitigate this in two ways: - be more strict in the binaries we ignore in .gitignore, so InferPrint would should up in "git status" - be less strict in the binaries we clean out with `make clean` so that InferPrint et al. gets deleted by `make clean` Reviewed By: jberdine Differential Revision: D5120573 fbshipit-source-id: 44e7954master
parent
a7cff528fa
commit
bee1bbc26b
Loading…
Reference in new issue