From 1a88d3f4c51674e721e76e6aa1fedf1f176529d7 Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Fri, 11 Jul 2014 15:21:32 +0100 Subject: [PATCH] Ignore build files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee1d55c7..f2c4c5c4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /composer.lock /tests/coverage /docs -/testing \ No newline at end of file +/testing +build/coverage \ No newline at end of file