Update .gitignore

This commit is contained in:
Yifan Wu 2022-01-19 05:07:16 -08:00
parent 3c0576999f
commit 0c3eee0502

3
.gitignore vendored
View File

@ -2,6 +2,7 @@
Cargo.lock Cargo.lock
target target
os/src/link_app.S os/src/link_app.S
os/src/linker.ld
os/last-* os/last-*
os/Cargo.lock os/Cargo.lock
user/build user/build
@ -13,4 +14,4 @@ easy-fs/target/*
easy-fs-fuse/Cargo.lock easy-fs-fuse/Cargo.lock
easy-fs-fuse/target/* easy-fs-fuse/target/*
tools/ tools/
pushall.sh pushall.sh