On Fri, 2010-05-28 at 07:29 -0700, Marcel Holtmann wrote: > Hi Joao, > > > >> 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. > > > > > > > Does this makes sense since this files are not related to the project > > itself but to specific tools? I usually put those on my personal > > gitignore file. > > actually I have to agree. They really don't belong in the project and > the personal gitignore configuration is a suitable place for them.
ACK, I'll drop this one then _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
