-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make "Find in Files" ignore directories with .gdignore
in them
#51081
Conversation
…es in them This pull request fixes an issue where searches using the "Find in Files" function would include folders with `.gdignore` files in them. The editor is supposed to ignore directories with these files in them altogether.
.gdignore
fil….gdignore
in them
.gdignore
in them.gdignore
in them
.gdignore
in them.gdignore
in them
.gdignore
in them.gdignore
in them
@akien-mga can this be merged? |
No need to ping me to merge something which I reviewed just one hour ago, on a Friday evening, while CI was still ongoing at the time of review... I'll come to it next time I go through approved PRs (i.e. daily). |
My bad, sorry about that! Thank you! |
No worry! Also, if I do forget to merge something that I approved several days before, it's totally fine to ping me :) |
Cherry-picked for 3.4. |
Cherry-picked for 3.3.3. |
Was this change intended to exclude all directories that have |
|
Ninja'd by @Calinou while I was trying to track down where it was documented. |
This pull request fixes an issue where searches using the "Find in Files" function would include folders with
.gdignore
files in them. The editor is supposed to ignore directories with these files in them altogether, this makes sure it does when using "Find in Files."Resolves: #51069