From ac6004730fa54a756d1627a4e8450cd32df86f75 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 9 Jan 2024 18:39:49 -0800 Subject: reorganize directory structure --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ddb7c5c..8b1a6fe 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ .idea *.log tmp/ -stem +/bin/** +/build/** +compile_commands.json -- cgit