From 0c3eee05020bfca8f95b887005f0d30f3754ec11 Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Wed, 19 Jan 2022 05:07:16 -0800 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa359a40..770aba77 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ Cargo.lock target os/src/link_app.S +os/src/linker.ld os/last-* os/Cargo.lock user/build @@ -13,4 +14,4 @@ easy-fs/target/* easy-fs-fuse/Cargo.lock easy-fs-fuse/target/* tools/ -pushall.sh \ No newline at end of file +pushall.sh