]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
gitignore: Ignore clang build artifacts
authorDaniel Wagner <dwagner@suse.de>
Fri, 20 Jan 2023 09:39:19 +0000 (10:39 +0100)
committerDaniel Wagner <dwagner@suse.de>
Fri, 20 Jan 2023 09:39:19 +0000 (10:39 +0100)
When using language server support from clang, the .cache directory is
added. Also for getting lsp working properly the compile_commands.json
file has to present (which is just a link to Meson generared json file).

Signed-off-by: Daniel Wagner <dwagner@suse.de>
.gitignore

index 0745eff7a494b38fec63499cffc9fbc098b1f892..da4804c9e38e93a6d1a7d8632cde0a4aa5423be8 100644 (file)
@@ -10,9 +10,11 @@ subprojects/*
 !subprojects/*.wrap
 
 cscope.*
+compile_commands.json
 
 tests/__pycache__
 tests/nvmetests
 tests/*.pyc
 
-.build
\ No newline at end of file
+.build
+.cache