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"