From: Arran Cudbard-Bell Date: Mon, 3 Apr 2023 23:09:00 +0000 (-0600) Subject: clangd: Ignore osmocom code in submodules X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98cd33e3f2b48f08dfd38e2f17d326dfb3188e6a;p=thirdparty%2Ffreeradius-server.git clangd: Ignore osmocom code in submodules --- diff --git a/.clangd b/.clangd index e04c81b7bd..73f68257b3 100644 --- a/.clangd +++ b/.clangd @@ -1,3 +1,9 @@ +# osmocom code has many errors/warnings and seems to lock up clangd +If: + PathMatch: .*/rlm_sigtran/(libosmo|asn1).* +Index: + Background: Skip +--- # Should apply only to header files If: PathMatch: .*\.h