From 53f70bb18350c266c43289a9b492d7245191a3d6 Mon Sep 17 00:00:00 2001 From: Rishabh Dwivedi Date: Sun, 25 Jul 2021 22:42:07 +0530 Subject: [PATCH] chore: added ccls-cache in .gitignore (#15175) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 163140c6e1..e07ce4906e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ compile_commands.json /tmp/ /.clangd/ /.cache/clangd/ +/.ccls-cache/ .DS_Store *.mo