From 504bd769a0507a23987a7d888604c770e6322f27 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sat, 28 Dec 2024 14:08:47 -0500 Subject: [PATCH] Update search excludes --- .vscode/settings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index fea8c2367..60e6d99e2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,11 +23,13 @@ "search.useIgnoreFiles": false, "search.exclude": { "build/*/config.json": true, + "build/*/report.json": true, "build/**/*.MAP": true, "build/*/include/assets/**": true, "build.ninja": true, ".ninja_*": true, "objdiff.json": true, + "compile_commands.json": true, ".cache/**": true, "ctx.c": true, },