From 07cf6064bb16fa45081ac1bb0d775507af853687 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Mar 2024 13:37:24 -0500 Subject: Ignore built documentation --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d01483..9642b06 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ build -docs/output +docs/html +docs/man +docs/latex cmake-* .idea *.so -- cgit