From 8edff5828ea7e554128bcdea7f565589f0df5ce9 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Wed, 2 Dec 2015 15:55:50 -0800 Subject: [PATCH] Ignore all dirs starting with target --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e9e472..ac15427 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .cargo Cargo.lock -target +target* libs