add ci tests update usertests

This commit is contained in:
yuoo655 2022-05-15 08:29:27 +08:00
parent 4e2436f757
commit a67aa60ceb
4 changed files with 87 additions and 34 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