From 26ff82cf54c8faaa69804536de6442e82c280722 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Sat, 3 May 2025 14:48:42 -0700 Subject: [PATCH] Add ccls cache to gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 10c91f1..a74dbf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ builddbg/ test-bin/ __pycache__/ +.ccls-cache/ compile_commands.json sysroot/bin