summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2021-11-09 23:12:20 +0100
committerPhilipp Gesang <phg@phi-gamma.net>2021-11-10 01:20:10 +0100
commit0c84a05d88878dcce09fac859a6c6e8abfad3b95 (patch)
tree9e73b3913b6a187544b04b5e8c204adf84d40cc2
parent72ac572bca05440fd02bb6f0b73ad1ef0a1483b4 (diff)
downloadvtcol-0c84a05d88878dcce09fac859a6c6e8abfad3b95.tar.gz
ignore lockfile
Build artifact doesn’t belong in the repo.
-rw-r--r--.gitignore2
-rw-r--r--Cargo.lock21
2 files changed, 2 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore
index 1ccdd63..2510987 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ target/*
# organizational
todo
+# cargo junk
+Cargo.lock
diff --git a/Cargo.lock b/Cargo.lock
deleted file mode 100644
index acaa1be..0000000
--- a/Cargo.lock
+++ /dev/null
@@ -1,21 +0,0 @@
-[root]
-name = "vtcol"
-version = "0.42.2"
-dependencies = [
- "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
-name = "getopts"
-version = "0.2.14"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "libc"
-version = "0.2.19"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[metadata]
-"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
-"checksum libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e030dc72013ed68994d1b2cbf36a94dd0e58418ba949c4b0db7eeb70a7a6352"