From f0d9b529a995c147c919113738a4c09082087593 Mon Sep 17 00:00:00 2001 From: Garry Polley Date: Fri, 6 Sep 2013 10:25:33 -0500 Subject: [PATCH] ignore build directory, so it doesn't accidentally get committed --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e95542e3ec..71295f75e0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ docs/_build/ docs/locale/ tests/coverage_html/ tests/.coverage +build/