From e2c6bf5119d3002834ea5ddc4e96e3a423551064 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Sat, 6 Sep 2014 20:42:49 -0700 Subject: [PATCH] Ignore the Cargo.lock file --- .gitignore | 1 + serde2/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b83d2226..ca98cd96 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target/ +Cargo.lock diff --git a/serde2/.gitignore b/serde2/.gitignore index b83d2226..ca98cd96 100644 --- a/serde2/.gitignore +++ b/serde2/.gitignore @@ -1 +1,2 @@ /target/ +Cargo.lock