[gitignore] ignore infer-deps-* generated by build-infer.sh

Summary:
This directory is created to trick opam into installing our dependencies even
if opam thinks it already did the job. If the user interrupts the build then
this directory can be left lingering around.

Reviewed By: mbouaziz

Differential Revision: D4779132

fbshipit-source-id: e47581a
master
Jules Villard 8 years ago committed by Facebook Github Bot
parent cd421b4a5f
commit dbb22aabc6

1
.gitignore vendored

@ -17,6 +17,7 @@
/_build /_build
/infer/_build /infer/_build
/infer/tests/codetoanalyze/java/*/codetoanalyze /infer/tests/codetoanalyze/java/*/codetoanalyze
/infer-deps-*
_build_infer _build_infer
*.exp.test* *.exp.test*
*.test.dot *.test.dot

Loading…
Cancel
Save