.gitignore: Ignore LSP generated .cache

Language servers like clangd generate a .cache directory to store
compilation cache. Tell Git to ignore this directory when staging files.

Reviewed by:	markj
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D38937
This commit is contained in:
Jake Freeland 2023-03-07 10:04:18 -05:00 committed by Mark Johnston
parent 068f2c0e10
commit 42875200fa
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -25,5 +25,6 @@ cscope.po.out
compile_commands.json
compile_commands.events.json
tags
.cache
.clangd
.ccls-cache