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