From: Arran Cudbard-Bell Date: Wed, 5 Apr 2023 00:12:42 +0000 (-0600) Subject: Ignore doxygen src X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dff53a1215ecb7ee8f71bc16db7b611460465e2;p=thirdparty%2Ffreeradius-server.git Ignore doxygen src --- diff --git a/.clangd b/.clangd index 73f68257b30..b4b8e14862b 100644 --- a/.clangd +++ b/.clangd @@ -1,3 +1,9 @@ +# Doxygen table of contents +If: + PathMatch: .*doc/doxygen/.* +Index: + Background: Skip +--- # osmocom code has many errors/warnings and seems to lock up clangd If: PathMatch: .*/rlm_sigtran/(libosmo|asn1).*