mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-02-09 05:14:46 +08:00
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
**/.*/*
|
|
!.github/*
|
|
!.cargo/*
|
|
|
|
**/target
|
|
**/Cargo.lock
|
|
/os*/src/link_app.S
|
|
/os/last-*
|
|
|
|
tools
|
|
workplace/
|