aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2024-05-05 01:08:00 -0400
committerEmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com>2024-05-05 01:08:00 -0400
commit4aa74dbe2a35a45668b33d688f17b680c2232572 (patch)
tree42794e2fe2ba653ccbf772bb02dbfda07f75943e /.gitignore
parent2d59766eb330b9d15a9bcbcd7e1695809fc099c5 (diff)
improved makefile somewhat
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
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/