On 4/23/07, Junio C Hamano [off-list ref] wrote:
"Yakov Lerner" [off-list ref] writes:
quoted
If repo has toplevel .gitignore, and subdir A/B
has also .gitignore, then how these two .gitignore-s
interact to affect A/B ? Are they shadowed, or accumulated ?
Study "Exclude Patterns" section of git-ls-files documentation,
perhaps?
Thanks
Yakov