From 89114165661207685d736df88b2ffa0b7367b678 Mon Sep 17 00:00:00 2001 From: opixelum <48217573+opixelum@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:35:56 +0100 Subject: [PATCH] Ignore `Cargo.lock` --- .gitignore | 1 + rust/Cargo.lock | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 rust/Cargo.lock diff --git a/.gitignore b/.gitignore index aa06ca8..c238f24 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ **/target/ **/*.rs.bk *.pdb +**/Cargo.lock diff --git a/rust/Cargo.lock b/rust/Cargo.lock deleted file mode 100644 index c415263..0000000 --- a/rust/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 3 - -[[package]] -name = "opixelib" -version = "0.1.0"