|
From: Andrea <mar...@go...> - 2010-01-23 20:22:43
|
On 21/01/10 16:28, Luigi Ballabio wrote: > On Wed, 2010-01-20 at 21:11 +0000, Andrea wrote: >> On 20/01/10 08:56, Luigi Ballabio wrote: >>> >>> unofficial Git mirrors of the QuantLib SVN trunk and 1.0 branch are >>> available at <http://github.com/lballabio/quantlib> and >>> <http://github.com/lballabio/quantlib-1.0>, respectively (for space >>> reason, they only hold the QuantLib module; no bindings or addins.) >>> >> Very good news. >> Do you plan to move permanently to git at some point? > > I don't know. I'd sure like to, but I'm not yet sure how much > comfortable the other developers are with it. > > Luigi > > > I am not an expert of git, so it might be wrong. Is it possible to set (on the master git repository) the pattern of files that should be ignored? Something like that *.[oa] *.lo *.la *~ .deps Makefile Makefile.in *.m4 in .git/info/exclude or it has to be set on every clone? |