aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEmu <89668582+EmulatedSeasons@users.noreply.github.com>2024-05-31 23:38:46 -0400
committerGitHub <noreply@github.com>2024-05-31 23:38:46 -0400
commit27a44e0d79d1c6e01cd832feb8ad958d5999b5e3 (patch)
tree3759eb02fcad7a609a064080d81b7c6f9dbec4c8 /.gitignore
parent639240bbf498195912d8ceb6cb396b89391a5b1b (diff)
parentfd5a1699592ce0afafc42ebf22401596abcdfc28 (diff)
Merge pull request #1 from EmulatedSeasons/limineswitch
Limineswitch
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cc56a26..2d6918b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
# directories that have to exist but shouldn't be added to git
-isodir/
sysroot/
build/
+isodir/
# compiled files files
*.bin
@@ -9,12 +9,16 @@ 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
+.clangd
+
+.vscode/