From 3e60042c089d90c215c7316ed04165640455caf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Fri, 22 Jan 2016 18:30:15 +0100 Subject: [PATCH] Add Cargo.lock to .gitignore As we are a library it is good to not fixate ourselves on specific versions, but rather use given ranges in the Cargo.toml. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eb5a316c..a9d37c56 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ target +Cargo.lock