diff --git a/.gitignore b/.gitignore index 1cffdcb..676366b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dittoOS.img **/*.elf **/*.iso bochslog.txt -.vscode/ \ No newline at end of file +.vscode/ +bochslog.txt diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0285b5d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "kmain.h": "c", - "io.h": "c" - } -} \ No newline at end of file