From af1f80ef51c2e5f6502d78fd40982377a209f4d0 Mon Sep 17 00:00:00 2001 From: Radu Grigore Date: Fri, 30 Apr 2021 03:59:06 -0700 Subject: [PATCH] Tell git to ignore more files. Summary: Ignore the generated files from the Erlang parse-transform. Reviewed By: jvillard Differential Revision: D28096897 fbshipit-source-id: baa88c6ba --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6f2edc8f8..23aca02d4 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,8 @@ # generated by build and tests /_build /_build_logs +/infer/lib/erlang/infer_parse_transform/_build +/infer/lib/erlang/infer_parse_transform/rebar.lock /infer/tests/codetoanalyze/java/*/codetoanalyze _build_infer *.exp.test*