Is there a way to exclude certain directories from ignore-glob such that (e.g.) .dll files will generally be ignore except if they are in some specific directories?

有帮助吗?

解决方案

I'm afraid you would have to specify all directories you don't want to see .dll files in, and make sure the directories containing wanted DLLs don't match any of the existing ignore-glob entries...

May I ask, what is your use case?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top