From ae83d32a56c38e5c7cd4497d64432387d4350a55 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 4 Jul 2024 23:41:00 -0400 Subject: lib: Add initial libc Signed-off-by: Ian Moffett --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 623226f..1425124 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.d *.o +*.a *.iso *.log *.status -- cgit v1.2.3