From e5b3dbc2c6590a3eddace0add5caa98855af3eaf Mon Sep 17 00:00:00 2001 From: John Ericson Date: Tue, 20 Jan 2015 18:49:49 -0500 Subject: [PATCH] Improve .gitignore --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9d37c5..ac33bc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -target -Cargo.lock +*~ +**/target/ +**/Cargo.lock