From 65ba015d6c1f248d36ad01a653bc49637804b15b Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sun, 10 Aug 2025 15:46:33 -0400 Subject: working usermode objdir iteration --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..676fa0e --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.a +*.o +*.elf +*.hdd +.ccls* +tools +ovmf* +limine +.cache +sysroot/usr +sysroot/lib +initrd/archive -- cgit v1.2.1