From fc64f9e8a4ec1afe7013b768357a3e05fdf3daa7 Mon Sep 17 00:00:00 2001 From: elsandosgrande Date: Sat, 8 Oct 2022 15:36:09 +0200 Subject: [PATCH] [skip ci] .gitignore: Ignore `compile_flags.txt` --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 43c997614..b10c5cddf 100644 --- a/.gitignore +++ b/.gitignore @@ -90,6 +90,10 @@ CMakeLists.txt.user* # QtCreator 4.8< compilation database compile_commands.json +# Hand-written compilation database listing compilation flags for clangd to use when parsing the code, similarly to the compilation database above +# https://clangd.llvm.org/design/compile-commands#where-do-compile-commands-come-from +compile_flags.txt + # QtCreator local machine specific files for imported projects *creator.user*