From 7982d26db0bdb132f14afa801fe48f04f81cc068 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sat, 18 Feb 2023 13:52:49 +0100 Subject: [PATCH] docker: ignore changes to CI itself to avoid breaking cache on images Signed-off-by: deadprogram --- .dockerignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dockerignore b/.dockerignore index e3760b68..b5efcaad 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,5 @@ build/ llvm-*/ +.github +.circleci