update project structure

This commit is contained in:
2024-06-20 06:29:07 +08:00
parent 17b4ef8970
commit fdaa94a0fa
49 changed files with 35 additions and 4 deletions

13
.gitignore vendored
View File

@@ -248,4 +248,15 @@ Module.symvers
Mkfile.old
dkms.conf
output/
output/
# 忽略 Cargo 的编译输出目录
/target/
# 忽略 Cargo.lock除非你是一个库
# https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
Cargo.lock
# 忽略编译器和工具生成的文件
**/*.rs.bk
**/*.rs.old