[ovs-dev] [PATCH] gitignore: Ignore flake8-check.

Ben Pfaff blp at ovn.org
Thu Jan 21 23:32:56 UTC 2016


This is generated at build time and should not be part of the repo.

Fixes: 115d8719dbfda (python: Run flake8 at build time.)
Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 71bb21b..97af69a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,6 +50,7 @@
 /depcomp
 /distfiles
 /dist-docs
+/flake8-check
 /install-sh
 /libtool
 /manpage-check
-- 
2.1.3




More information about the dev mailing list