Cleans library directory
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,3 +9,4 @@ disk.img
|
||||
mnt
|
||||
|
||||
sysroot/lib/rustlib/riscv64
|
||||
library/alloc
|
||||
|
||||
1
library/.gitignore
vendored
1
library/.gitignore
vendored
@@ -1,6 +1,5 @@
|
||||
Cargo.lock
|
||||
Cargo.toml
|
||||
alloc
|
||||
alloctests
|
||||
backtrace
|
||||
compiler-builtins
|
||||
|
||||
3
library/std/patches/sys/alloc/mod.sed
Normal file
3
library/std/patches/sys/alloc/mod.sed
Normal file
@@ -0,0 +1,3 @@
|
||||
109a \ target_os = "survos" => { \
|
||||
mod survos; \
|
||||
}
|
||||
Reference in New Issue
Block a user