From 1fd608288ee47c2c560817f12f14b21069fed2f6 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 28 Dec 2024 16:47:43 -0800 Subject: makefile and directory structure change completely to build client and server --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 119911e..18c1494 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ obj/** +msg_obj/** +ramen_obj/** bin/** .cache/** result/** -- cgit