On Fri, May 28, 2010 at 11:08, Marcel Holtmann <[email protected]> wrote: > 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. >
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. -- João Paulo Rechi Vita http://jprvita.wordpress.com/ _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
