Hi Inaky, > diff --git a/.gitignore b/.gitignore > index 1ce7067..d7e9254 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -1,3 +1,4 @@ > +*~
believe it or not, I always left that out on purpose. I like having git status show me all the stupid backup files my editor creates. > *.o > *.lo > *.la > @@ -16,6 +17,8 @@ config.sub > configure > depcomp > compile > +cscope.files > +cscope.out > install-sh > libtool > ltmain.sh Please put the cscope stuff behind autom4te.cache since it is not part of autoconf/automake. Regards Marcel _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
