mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,5 +11,4 @@
|
||||
/target/
|
||||
Cargo.lock
|
||||
|
||||
# Build directory
|
||||
/build/
|
||||
bootimage.bin
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title = "A Freestanding Rust Binary"
|
||||
order = 3
|
||||
path = "freestanding-rust-binary"
|
||||
date = 0000-01-01
|
||||
date = 2018-02-10
|
||||
template = "second-edition/page.html"
|
||||
+++
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
title = "A Minimal Rust Kernel"
|
||||
order = 4
|
||||
path = "minimal-rust-kernel"
|
||||
date = 0000-01-01
|
||||
date = 2018-02-10
|
||||
template = "second-edition/page.html"
|
||||
+++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user