]> sourceware.org Git - lvm2.git/commitdiff
gitignore: update 1411258796
authorPeter Rajnoha <prajnoha@redhat.com>
Tue, 13 Aug 2024 08:42:17 +0000 (10:42 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Tue, 13 Aug 2024 09:17:57 +0000 (11:17 +0200)
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.

.gitignore

index 4e4f3aa470e82a576fb20ed8f5975bca98ee6a25..f1eb3e866740af2b71d0b309ec8258e1e8a96ff3 100644 (file)
@@ -45,6 +45,12 @@ make.tmpl
 
 coverity/coverity_model.xml
 
+/.cache/
+/compile_commands.json
+
+/doc/.ikiwiki
+/public
+
 /libdm/.symver_check
 
 daemons/clvmd
This page took 0.035997 seconds and 5 git commands to generate.