From 21a485ec5f67d60cc6cdd1b17ce06c44eb39befa Mon Sep 17 00:00:00 2001 From: Pawel Winogrodzki Date: Thu, 23 Feb 2023 16:18:26 -0800 Subject: [PATCH] Ignored `ccache` directory. (#4912) Co-authored-by: Daniel McIlvaney --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 00656c4449..894d27d8c9 100644 --- a/.gitignore +++ b/.gitignore @@ -62,6 +62,9 @@ build/ [Ll]ogs/ out/ +# Builds may generate a CCache directory. +ccache/ + # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot