From a54f8bd4f0020cae6d2e23feec64a12fbedfb1fa Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 24 Apr 2023 15:40:05 +0200 Subject: [PATCH] git: Ignore ccls cache --- users/simon/modules/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/simon/modules/git.nix b/users/simon/modules/git.nix index fedff33..7896176 100644 --- a/users/simon/modules/git.nix +++ b/users/simon/modules/git.nix @@ -45,6 +45,7 @@ ignores = [ "*.swp" + ".ccls-cache" ".direnv" "Session.vim" ];