From 3f1665f0a3b83b4010472f3a18d0dd6881c17f2b Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 28 Nov 2019 16:20:57 +0530 Subject: feature; toml based config --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 088ba6b..f2e972d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,5 @@ # will have compiled files and executables /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 -- cgit v1.2.3