diff --git a/.gitignore b/.gitignore index 02ab928..377b8fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .build .vscode .DS_Store -compile_commands.json \ No newline at end of file +compile_commands.json +.cache \ No newline at end of file diff --git a/Kernel/justfile b/Kernel/justfile index 55e521c..417ef27 100644 --- a/Kernel/justfile +++ b/Kernel/justfile @@ -10,4 +10,4 @@ build: @echo "✅ Kernel ready at: {{BUILD_DIR}}/Kernel/ksOSKernel.bin" clean: - rm -rf {{TEMP_DIR}}/Kernel + rm -rf {{TEMP_DIR}}/Kernel \ No newline at end of file