From 1d450c527ffa99c6f45c322f8b7ada9a0baa7b9a Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 6 May 2019 09:20:52 -0700 Subject: [PATCH] gitignore: Don't track Cargo.lock files Signed-off-by: Sebastien Boeuf --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 914af8f02..106dc03de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target **/*.rs.bk +**/Cargo.lock **/rusty-tags.vi