From 55d3a61c0cad20c16d1fccd338ec6b41e15834e0 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 22 Sep 2024 14:26:50 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 21a9836..42d57bb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /objs/ /unit_test /build*/ +/.cache/ +/compile_commands.json