From b16286a99a94bc3a764f46ddc1dd0a98c6c8f07c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 18 Mar 2024 11:02:02 -0400 Subject: [PATCH] .gitignore: ignore `api-doc` directory (output of Doxygen) Signed-off-by: Philippe Proulx Change-Id: I91bf2b3382d39a6b3044c449e641b17641a2623d --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 98fb4df..bfc9510 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ Makefile Makefile.in tests/test-argpar Doxyfile +api-doc/ -- 2.34.1