diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-13 18:13:11 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-13 18:13:11 +0200 |
| commit | 958a8a75b949e73336a0f5c123c2feb954e91e65 (patch) | |
| tree | 8d70c9cc9cca9767d8e6993a31f20438c2408f27 /.clangd | |
| parent | 135ce06aa89742459473829966480bbc94d4b5c6 (diff) | |
| download | turns-958a8a75b949e73336a0f5c123c2feb954e91e65.tar.xz turns-958a8a75b949e73336a0f5c123c2feb954e91e65.zip | |
ide: ignore prohibited headers
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
