From 1bfa20ecf9524dc950fc8c3093ac370aab7d1084 Mon Sep 17 00:00:00 2001 From: Mateusz Michalak Date: Fri, 24 Feb 2023 06:50:03 +0100 Subject: [PATCH] Add ignoring of .cache directory (#4813) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 354078766..b38d92702 100644 --- a/.gitignore +++ b/.gitignore @@ -122,6 +122,7 @@ stage # clang tooling temporary files .clangd/ +.cache/ compile_commands.json # qmake