From 6eda38b015b76dd3b5be6e5412d7e8025016678d Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Sun, 30 Oct 2016 14:11:37 -0400 Subject: [PATCH] Ignore Cargo.lock file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 6563282..9f4e85e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /target /thesis.pdf + +Cargo.lock \ No newline at end of file