From bc536d3f9311a5d8bf051695780f93ef69f467f3 Mon Sep 17 00:00:00 2001 From: schilkp Date: Wed, 12 Feb 2025 08:56:24 +0100 Subject: [PATCH] Add `compile_flags.txt` to .gitignore The new compilation DB extraction setup produces a `compile_flags.txt` instead of a `compile_commands.json` file. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 11e040bb54..1e66fa459e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ bazel-* __pycache__ *~ compile_commands.json +compile_flags.txt xls_clang-tidy.out user.bazelrc .vscode