[PATCH 1/3] gitignore: ignore ctags file
Hangbin Liu
liuhangbin at gmail.com
Wed Apr 16 05:23:34 PDT 2014
On Wed, Apr 16, 2014 at 10:13:11AM +0200, Thomas Haller wrote:
> On Wed, 2014-04-16 at 10:16 +0800, Hangbin Liu wrote:
> > Signed-off-by: Hangbin Liu <liuhangbin at gmail.com>
> > ---
> > .gitignore | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/.gitignore b/.gitignore
> > index bea9317..80cd945 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -14,6 +14,7 @@ defs.h.in~
> > /libnl-1.pc
> > /lib/defs.h
> > cscope.*
> > +tags
> >
> > /aclocal.m4
> > /autom4te.cache
>
>
> Hi Hangbin,
>
>
> I applied all three patches as
> https://github.com/thom311/libnl/commit/69f4a034257b5ee5d0f3f375780d6afdce38e073
> https://github.com/thom311/libnl/commit/6722853f4917ef1e373ee0df5a3f2ab422713a0c
> https://github.com/thom311/libnl/commit/f55ef93d1eb9d792af2a3b79c055ee21bf14e9ea
>
>
> note that I modified your first patch to ignore "/tags" instead of
> "tags". Hope you are fine with it.
Yes, I'm OK, this is more reasonable.
--
Thanks & Best Regards
Hangbin Liu <liuhangbin at gmail.com>
More information about the libnl
mailing list