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`
This commit is contained in:
Hans Christian Schmitz 2022-02-01 15:42:06 +01:00
parent aa0d6aa9aa
commit 0f0014bbc5
No known key found for this signature in database
GPG key ID: 1D729DE4757DE669

3
.gitignore vendored
View file

@ -44,3 +44,6 @@ docs/*.8
docs/*.1
ABOUT-NLS
m4
.dirstamp
/.cache
/compile_commands.json