From: Peter Rajnoha Date: Tue, 13 Aug 2024 08:42:17 +0000 (+0200) Subject: gitignore: update X-Git-Tag: v2_03_26~17 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=012854b3c23d8b4bfae8dcaa853ce529554733e9;p=lvm2.git gitignore: update The .cache and compile_commands.json is used by popular source crawling and indexing clang tools which in turn may be integrated with source code editors. We may reuse the .cache directory for for other caches and temporary files. The /doc/.ikiwiki and /public are related to the ikiwiki. --- diff --git a/.gitignore b/.gitignore index 4e4f3aa47..f1eb3e866 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,12 @@ make.tmpl coverity/coverity_model.xml +/.cache/ +/compile_commands.json + +/doc/.ikiwiki +/public + /libdm/.symver_check daemons/clvmd