From 42875200fa4405aa236880a9fbfea6c43eb7390d Mon Sep 17 00:00:00 2001 From: Jake Freeland Date: Tue, 7 Mar 2023 10:04:18 -0500 Subject: [PATCH] .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2dadcf8b0bb6..785568271794 100644 --- a/.gitignore +++ b/.gitignore @@ -25,5 +25,6 @@ cscope.po.out compile_commands.json compile_commands.events.json tags +.cache .clangd .ccls-cache