mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +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 changed files with 1 additions and 0 deletions
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…
Add table
Reference in a new issue