From ab4d34ecdb28feaa9335085f0e04b07ffaf3fec2 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 31 Oct 2022 14:33:37 +0100 Subject: [PATCH] Add Cargo.lock to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aae1c6e2..129576fa 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ Luna.iso toolchain/ .vscode/ initrd/boot/ -moon/target/** \ No newline at end of file +moon/target/** +**/Cargo.lock \ No newline at end of file