Cleans library directory

This commit is contained in:
2026-03-20 12:24:50 +01:00
parent 293f477cc4
commit a50d09c9b5
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -9,3 +9,4 @@ disk.img
mnt
sysroot/lib/rustlib/riscv64
library/alloc

1
library/.gitignore vendored
View File

@@ -1,6 +1,5 @@
Cargo.lock
Cargo.toml
alloc
alloctests
backtrace
compiler-builtins

View File

@@ -0,0 +1,3 @@
109a \ target_os = "survos" => { \
mod survos; \
}