From 1dabc10494ac6626398c99507b791a21b923a616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 13 Jun 2021 20:05:51 +0200 Subject: [PATCH] gitignore: compile_commands.json + .ccls-cache --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 14c9189d..f72edcec 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /pkg/ /src/ /subprojects/*/ +/compile_commands.json +/.ccls-cache