Hi Jukka, > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 0570e4a..dd08ce7 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1,3 +1,4 @@ > +*~ > *.o > *.a > *.lo
you need to put this in your local global git configuration. It does not belong into the tree. Since it is not building these. Regards Marcel _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
