From 05d12be5850ea639d4e0708c7d75ee861d3bf6c7 Mon Sep 17 00:00:00 2001 From: NikVolf Date: Thu, 4 May 2017 16:40:11 +0300 Subject: [PATCH] Cargo.lock to .gitignore --- ext/.gitignore | 3 ++- gas/.gitignore | 3 ++- opt/.gitignore | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ext/.gitignore b/ext/.gitignore index 1de5659..f2f9e58 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -1 +1,2 @@ -target \ No newline at end of file +target +Cargo.lock \ No newline at end of file diff --git a/gas/.gitignore b/gas/.gitignore index 1de5659..f2f9e58 100644 --- a/gas/.gitignore +++ b/gas/.gitignore @@ -1 +1,2 @@ -target \ No newline at end of file +target +Cargo.lock \ No newline at end of file diff --git a/opt/.gitignore b/opt/.gitignore index 1de5659..f2f9e58 100644 --- a/opt/.gitignore +++ b/opt/.gitignore @@ -1 +1,2 @@ -target \ No newline at end of file +target +Cargo.lock \ No newline at end of file