From efa91e321985e04c6fc95cc0b1b6af98b82f1895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Mon, 18 Oct 2021 15:51:03 +0200 Subject: [PATCH] ignore .cache dir created by emacs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2578d47..4e9db16 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ tmp/ build/ compile_commands.json +.cache/