Re: multiple .gitignore-s
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:43:06
"Yakov Lerner" [off-list ref] writes:
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?