Re: sparse checkout : ignore paths

2017-01-23 Thread Johannes Schindelin
Hi, On Mon, 23 Jan 2017, Tushar Kapila wrote: > When we clone/ pull with : config core.sparsecheckout true > > We can specify paths to include. Would be good to explicitly specify > paths to exclude too. That is already possible by using "negative patterns", i.e. patterns preceded by an exclama

sparse checkout : ignore paths

2017-01-23 Thread Tushar Kapila
When we clone/ pull with : config core.sparsecheckout true We can specify paths to include. Would be good to explicitly specify paths to exclude too. So I can include want/ but exclude want/bin/ Similar to .git/info/sparse-checkout can we have a .git/info/sparse-ignore-checkout optional file? Lo