Re: [PATCH] Ignore tags file

2020-03-11 Thread Thomas Jarosch
Hi Yegor, You wrote on Wed, Mar 11, 2020 at 12:16:43PM +0100: > > > > Any plans for 1.5-rc1? > > > > > > yesterday :D > > > > > > I'm in the middle of an update release crunch period, it will be done by > > > March. > > > (Microsoft will auto-enable LDAP request signing via a Windows update > >

Re: [PATCH] Ignore tags file

2020-03-11 Thread Yegor Yefremov
Hi Thomas, On Fri, Feb 7, 2020 at 4:57 PM Yegor Yefremov wrote: > > Hi Thomas, > > On Fri, Feb 7, 2020 at 4:50 PM Thomas Jarosch > wrote: > > > > Hi Yegor, > > > > You wrote on Thu, Feb 06, 2020 at 02:51:27PM +0100: > > > Any plans for 1.5-rc1? > > > > yesterday :D > > > > I'm in the middle of

Re: [PATCH] Ignore tags file

2020-02-07 Thread Yegor Yefremov
Hi Thomas, On Fri, Feb 7, 2020 at 4:50 PM Thomas Jarosch wrote: > > Hi Yegor, > > You wrote on Thu, Feb 06, 2020 at 02:51:27PM +0100: > > Any plans for 1.5-rc1? > > yesterday :D > > I'm in the middle of an update release crunch period, it will be done by > March. > (Microsoft will auto-enable

Re: [PATCH] Ignore tags file

2020-02-07 Thread Thomas Jarosch
Hi Yegor, You wrote on Thu, Feb 06, 2020 at 02:51:27PM +0100: > Any plans for 1.5-rc1? yesterday :D I'm in the middle of an update release crunch period, it will be done by March. (Microsoft will auto-enable LDAP request signing via a Windows update in March, so my employer's product must be

Re: [PATCH] Ignore tags file

2020-02-06 Thread Yegor Yefremov
Hi Thomas, On Thu, Feb 6, 2020 at 2:41 PM Thomas Jarosch wrote: > > Hi Yegor, > > You wrote on Thu, Feb 06, 2020 at 02:37:09PM +0100: > > From: Yegor Yefremov > > > > Signed-off-by: Yegor Yefremov > > --- > > .gitignore | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git

Re: [PATCH] Ignore tags file

2020-02-06 Thread Thomas Jarosch
Hi Yegor, You wrote on Thu, Feb 06, 2020 at 02:37:09PM +0100: > From: Yegor Yefremov > > Signed-off-by: Yegor Yefremov > --- > .gitignore | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.gitignore b/.gitignore > index d05881d..98a50e9 100644 > --- a/.gitignore > +++ b/.gitignore

[PATCH] Ignore tags file

2020-02-06 Thread yegorslists
From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d05881d..98a50e9 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,6 @@ CMakeFiles # Misc. binaries *.dylib opt + +# ctags +tags --