From 0f0014bbc5c27cafd1d5a285df062e91e371df0f Mon Sep 17 00:00:00 2001 From: Hans Christian Schmitz Date: Tue, 1 Feb 2022 15:42:06 +0100 Subject: [PATCH] Ignore generated files required by clangd Also add .dirstamp which seems to be generated by autoconf/automake/make. `compile_commands.json` is also used by standalone `clang-tidy` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 570ba503..cb9483a1 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,6 @@ docs/*.8 docs/*.1 ABOUT-NLS m4 +.dirstamp +/.cache +/compile_commands.json