Re: [ovs-dev] [link_resets 1/7] gitignore: Add idltest.py.

2011-10-18 Thread Ben Pfaff
I sent out my fix. On Mon, Oct 17, 2011 at 12:34:27PM -0700, Ethan Jackson wrote: > Sounds good. I'll drop this patch. > > Ethan > > On Mon, Oct 17, 2011 at 12:32, Ben Pfaff wrote: > > On Mon, Oct 17, 2011 at 12:10:18PM -0700, Ethan Jackson wrote: > >> --- a/tests/.gitignore > >> +++ b/tests/.

Re: [ovs-dev] [link_resets 1/7] gitignore: Add idltest.py.

2011-10-17 Thread Ethan Jackson
Sounds good. I'll drop this patch. Ethan On Mon, Oct 17, 2011 at 12:32, Ben Pfaff wrote: > On Mon, Oct 17, 2011 at 12:10:18PM -0700, Ethan Jackson wrote: >> --- a/tests/.gitignore >> +++ b/tests/.gitignore >> @@ -5,6 +5,7 @@ >>  /atlocal >>  /idltest.c >>  /idltest.h >> +/idltest.py >>  /idltes

Re: [ovs-dev] [link_resets 1/7] gitignore: Add idltest.py.

2011-10-17 Thread Ben Pfaff
On Mon, Oct 17, 2011 at 12:10:18PM -0700, Ethan Jackson wrote: > --- a/tests/.gitignore > +++ b/tests/.gitignore > @@ -5,6 +5,7 @@ > /atlocal > /idltest.c > /idltest.h > +/idltest.py > /idltest.ovsidl I think that this is wrong. idltest.py isn't used anywhere, so it'd be better to delete it e

[ovs-dev] [link_resets 1/7] gitignore: Add idltest.py.

2011-10-17 Thread Ethan Jackson
--- tests/.gitignore |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/.gitignore b/tests/.gitignore index 1454dac..ca9e388 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,6 +5,7 @@ /atlocal /idltest.c /idltest.h +/idltest.py /idltest.ovsidl /ovs-pki.lo