From 78b925a4d86b57e58e6322b7cad7bc47098618fd Mon Sep 17 00:00:00 2001 From: "Chloe M." Date: Sun, 23 Aug 2026 04:49:51 +0000 Subject: initial commit There is some work to be done on top of this such as creating a way to manage memory to be freed later without needing to manually manage every pointer. Signed-off-by: Chloe M. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..114ee9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +*.hash +/defconf -- cgit v1.2.3