aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-21 02:34:45 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-21 02:34:57 +0200
commite7c38422a8634ad389d89def5146211a5f61d546 (patch)
treeae6a727b8f82d334ecf318c9c17a86348e923bd8 /.gitignore
parentff6103c2b72023a392d180159ba3fbff224696fa (diff)
downloadmum-e7c38422a8634ad389d89def5146211a5f61d546.tar.gz
don't ignore Cargo.lock
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0f23c2e..8a92aef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,8 +6,4 @@
# 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
-
# End of https://www.toptal.com/developers/gitignore/api/rust