From 958a8a75b949e73336a0f5c123c2feb954e91e65 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 13 May 2025 18:13:11 +0200 Subject: ide: ignore prohibited headers --- .clangd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.clangd b/.clangd index e26469f..2c38de5 100644 --- a/.clangd +++ b/.clangd @@ -2,4 +2,6 @@ CompileFlags: Remove: [-fmodules-ts, -fdeps-format=*, -fmodule-mapper=*, -fcondition-coverage] Diagnostics: UnusedIncludes: Strict - MissingIncludes: Strict \ No newline at end of file + MissingIncludes: Strict + Includes: + IgnoreHeader: glibconfig\.h \ No newline at end of file -- cgit v1.2.3