From 4b3a10f6f3ef7b60974ba12795bacbba1b31d48f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 6 Aug 2015 11:56:49 +0200 Subject: [PATCH] Ignore the build directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 37727f91..1211d634 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ # Generated by Cargo /target/ + +# Build directory +/build/