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

This commit is contained in:
Yu Chen 2021-11-20 16:24:32 +08:00
parent 92d9170fca
commit 7d3276e4a2
3 changed files with 89 additions and 10 deletions

14
.gitignore vendored
View file

@ -1,10 +1,16 @@
.idea/*
os/target/*
os/.idea/*
os/Cargo.lock
.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