update project structure
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user