ci: cache qemu

update: .gitignore, .vscode/settings.json
This commit is contained in:
YdrMaster 2022-05-14 23:44:09 +08:00
parent 4e2436f757
commit e3467d391d
3 changed files with 55 additions and 30 deletions

19
.gitignore vendored
View file

@ -1,18 +1,13 @@
.idea/*
os/target/*
os/.idea/*
.*/*
!.github/*
!.vscode/settings.json
**/target/
**/Cargo.lock
os/src/link_app.S
os/src/linker.ld
os/last-*
os/Cargo.lock
os/last-*
os/.gdb_history
user/target/*
user/.idea/*
user/Cargo.lock
easy-fs/Cargo.lock
easy-fs/target/*
easy-fs-fuse/Cargo.lock
easy-fs-fuse/target/*
tools/
pushall.sh