From: Hans Christian Schmitz Date: Tue, 1 Feb 2022 14:42:06 +0000 (+0100) Subject: Ignore generated files required by clangd X-Git-Tag: 23.51.283~101^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f0014bbc5c27cafd1d5a285df062e91e371df0f;p=thirdparty%2Fplymouth.git 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` --- 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