Question

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?

Était-ce utile?

La solution

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?

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top