From 707cf3115f060fe385a253b08badd701d3caea42 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 9 Jan 2024 18:40:22 -0800 Subject: working gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8b1a6fe..ee9fe7f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ tmp/ /bin/** /build/** +/.cache/** compile_commands.json -- cgit