From aee8ae9a4fba1fb3389c36c682be77f35da98170 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Thu, 8 Dec 2022 22:07:36 +0100 Subject: [PATCH] getting rid of useless file --- .gitignore | 16 +++++++++++++++- Cargo.lock | 7 ------- 2 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 Cargo.lock diff --git a/.gitignore b/.gitignore index 2a0038a..d9f5ff0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,16 @@ /target -.idea \ No newline at end of file +.idea +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html +Cargo.lock + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb diff --git a/Cargo.lock b/Cargo.lock deleted file mode 100644 index b269bcf..0000000 --- a/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 = "advent_of_code" -version = "0.1.0"