From 38d27c62b4c69613b996b9f723af967bd7b553fc Mon Sep 17 00:00:00 2001 From: neofelis2X Date: Sat, 8 Feb 2025 14:27:11 +0100 Subject: [PATCH] Docs: add libclang to gitignore which can come with doxygen 1.9 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 941f9fdf..e2acb59c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ venv*/ /bin/waf-* /bin/waf3-* /bin/doxygen-* +/bin/libclang* /demo/version.py