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

2016-01-21 Thread Ben Pfaff
Thanks, applied to master. On Thu, Jan 21, 2016 at 07:22:00PM -0500, Russell Bryant wrote: > Acked-by: Russell Bryant > > On Thursday, January 21, 2016, Ben Pfaff wrote: > > > This is generated at build time and should not be part of the repo. > > > > Fixes: 115d8719dbfda (python: Run flake8 a

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

2016-01-21 Thread Russell Bryant
Acked-by: Russell Bryant On Thursday, January 21, 2016, Ben Pfaff wrote: > 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 > > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) >

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

2016-01-21 Thread Ben Pfaff
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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71bb21b..97af69a 100644 --- a/.gitignore +++ b/.g