From 4aa74dbe2a35a45668b33d688f17b680c2232572 Mon Sep 17 00:00:00 2001 From: EmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com> Date: Sun, 5 May 2024 01:08:00 -0400 Subject: improved makefile somewhat --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cc56a26..be76e0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # directories that have to exist but shouldn't be added to git -isodir/ sysroot/ build/ @@ -9,12 +8,15 @@ build/ *.o *.d *.a +*.sys +*.efi # i have no idea what this is for bx_enh_dbg.ini -# temporarily ignored cause i have no idea how to set up cmake with this and dont really have much else to use it for yet misc/ # not important make.png + +.vscode/ -- cgit v1.2.3-70-g09d2