Re: [libvirt] [dbus PATCH] gitignore: add tests/.pytest_cache

2018-07-09 Thread Andrea Bolognani
[re-adding libvirt-list] On Mon, 2018-07-09 at 09:23 -0400, Anya Harter wrote: > On 07/09/2018 04:34 AM, Andrea Bolognani wrote: > > On Thu, 2018-07-05 at 13:48 -0400, Anya Harter wrote: > > > +/tests/.pytest_cache > > > > When does the directory (or file?) get created? I just ran 'make > >

Re: [libvirt] [dbus PATCH] gitignore: add tests/.pytest_cache

2018-07-09 Thread Andrea Bolognani
On Thu, 2018-07-05 at 13:48 -0400, Anya Harter wrote: > Signed-off-by: Anya Harter > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index ca9e4e1..c41c82c 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -44,3 +44,4 @@ vgcore.* >

[libvirt] [dbus PATCH] gitignore: add tests/.pytest_cache

2018-07-05 Thread Anya Harter
Signed-off-by: Anya Harter --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ca9e4e1..c41c82c 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ vgcore.* /src/org.libvirt.service /tests/test_util +/tests/.pytest_cache -- 2.17.1 --