From d7552e7a9c7724eadb5a664e29fa471280dbb7a3 Mon Sep 17 00:00:00 2001 From: Blaz Merela Date: Mon, 29 Aug 2022 11:56:25 +0200 Subject: [PATCH] Ignore Dialyzer's PLTs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 279b41ef..ffc324db 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ doc .elixir_ls cover + +# Dialyzer's Persistent Lookup Table +priv/plts/ \ No newline at end of file