From 15ba5ee2c2430a532e5fc185e38e583bba24cd21 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 9 May 2015 00:38:08 +0200 Subject: cargo: add Cargo.lock to repo --- .gitignore | 1 - Cargo.lock | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Cargo.lock diff --git a/.gitignore b/.gitignore index 21de933..05957dd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ vtcol # build side-effects -Cargo.lock target/* # Vim session files diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..c783527 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,4 @@ +[root] +name = "vtcol" +version = "0.42.0" + -- cgit v1.2.3