Skip to content

Commit 41141e0

Browse files
committed
replace axfs_vfs to axfs-ng-vfs
1 parent b975e22 commit 41141e0

File tree

18 files changed

+2222
-913
lines changed

18 files changed

+2222
-913
lines changed

.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ rustflags = [
1818
[alias]
1919
xtask = "run --package xtask --"
2020

21+
[net]
22+
git-fetch-with-cli = true

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build output and other log/bin files from arceos
22
/target
33
/.vscode
4-
/tmp
4+
/tmp*
55
/.arceos
66

77
.DS_Store

0 commit comments

Comments
 (0)