how do I ignore a directory recursively? #3176
-
|
The documented exclusion Are directory exclusions automatically recursive? What is the syntax to ignore both the directory and all recursive contents? Can we please make the (recursive) star implicit (e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Please provide an MRE of current behavior versus what you want/expect. |
Beta Was this translation helpful? Give feedback.
-
|
Without a concrete example, it's hard to know where the confusion is. Usually |
Beta Was this translation helpful? Give feedback.
Without a concrete example, it's hard to know where the confusion is. Usually
dir/*is enough, since it ignores not just all direct files indirbut also direct directories. So there is no descending in that case: