From c7f56eca7b41889b67ac462211d830db9dab2429 Mon Sep 17 00:00:00 2001
From: John Griffith <john.griffith@solidfire.com>
Date: Wed, 19 Jun 2013 23:19:54 -0600
Subject: [PATCH] Add build directory to flake8 ignore dirs.

No need to run flake8 on the build dir, so add it
to ignore list.

Change-Id: I0f6d3d3b889616f12ae2c52bbc65e528f3786996
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 46ea3d14376..9b9328cd1f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,4 +45,4 @@ commands = {posargs}
 [flake8]
 ignore = E711,E712,F401,F403,F811,F841,H302,H303,H304,H401,H402,H404
 builtins = _
-exclude = .venv,.tox,dist,doc,openstack,*egg
+exclude = .venv,.tox,dist,doc,openstack,*egg,build