mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
.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:
parent
068f2c0e10
commit
42875200fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,5 +25,6 @@ cscope.po.out
|
||||
compile_commands.json
|
||||
compile_commands.events.json
|
||||
tags
|
||||
.cache
|
||||
.clangd
|
||||
.ccls-cache
|
||||
|
Loading…
Reference in New Issue
Block a user