From 8f5992246c2ca943a343916cff7c4a2767dc4861 Mon Sep 17 00:00:00 2001 From: Winford Date: Fri, 3 Nov 2023 23:42:16 -0700 Subject: [PATCH] Add generated doc directory to gitignore The `doc` directory generated when compiling with `rebar3` is untracked and should be ignored by `git`. Signed-off-by: Winford --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 780cd4b..fe5e6fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ _build _checkouts -rebar3.crashdump +doc erl_crash.dump +rebar3.crashdump