From 48a40667422d1909db9c41f88845f078fe198863 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Sun, 27 Mar 2022 14:42:14 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bc7f637..a0935e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ **/out **/a.out +.cache/* +.test-cache/* \ No newline at end of file