From 2e197b6ad0edd210872f587944813c25157b420f Mon Sep 17 00:00:00 2001 From: YdrMaster Date: Thu, 20 Oct 2022 11:13:08 +0800 Subject: [PATCH] fix: update .gitignore Signed-off-by: YdrMaster --- .gitignore | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2212e78..0798771 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ -.vscode -.idea -Cargo.lock -target -os/last-* +**/.*/* +!.github/* +!.cargo/* + +**/target +**/Cargo.lock +/os*/src/link_app.S +/os/last-* + tools workplace/ -/os*/link_app.S