From 8ba37a98a77dd23cbacfbaa637635b3a5aadf0be Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Fri, 3 Apr 2020 11:04:26 +0100 Subject: [PATCH] .gitignore: Add build directory This directory contains the source code for crates that we pull in and should be excluded. Signed-off-by: Rob Bradford --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 106dc03de..423f9b536 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/build /target **/*.rs.bk **/Cargo.lock