update .gitignore, README.md, dev-env-info.md

This commit is contained in:
Yu Chen 2021-11-20 16:26:06 +08:00
parent a8ccba1aed
commit 7eec642398
3 changed files with 88 additions and 9 deletions

12
.gitignore vendored
View file

@ -1,10 +1,16 @@
.idea/*
os/target/*
os/.idea/*
.idea
Cargo.lock
target
os/src/link_app.S
os/last-*
os/Cargo.lock
user/build
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