]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
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)
commitbc4de89b7431ec68c00978caced8645d00242969
treec759b7d27185b5105cecff45fb49165a0604787b
parent6aa5227595621c3b228fc8600e1f15a81f7e3c00
gitignore: Ignore clang build artifacts

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