From 52e925772191684fd9bb98abcfae3e16fb5632e9 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 9 Jan 2024 20:08:57 -0800 Subject: change gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ee9fe7f..cdfb064 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ tmp/ /bin/** /build/** /.cache/** +/html/** +/latex/** compile_commands.json -- cgit