mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
target/
|
|
src/kernel
|
|
Cargo.lock
|
|
D.config
|
|
|
|
# 将自动生成的C-Rust FFI加到gitignore
|
|
src/include/bindings/bindings.rs
|
|
# 将自动生成的Rust-C FFI加到gitignore
|
|
src/include/bindings/bindings.h
|
|
|