This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Temporary fix of issue #6781 hiding crucial files starting with a dot.#6833
Merged
lkcampbell merged 1 commit intoadobe:masterfrom Feb 11, 2014
Merged
Temporary fix of issue #6781 hiding crucial files starting with a dot.#6833lkcampbell merged 1 commit intoadobe:masterfrom
lkcampbell merged 1 commit intoadobe:masterfrom
Conversation
…exclusionListRegEx.
|
@lkcampbell - mind taking this one? I know it's trivial :), but I'm actually slammed this week and would be great if you could do some light testing in addition to reviewing it. |
Contributor
|
@njx, no problem. @TVScoundrel, this looks good as is. Thanks for the fix. Merging. |
lkcampbell
added a commit
that referenced
this pull request
Feb 11, 2014
Temporary fix of issue #6781 hiding crucial files starting with a dot.
|
Thanks @lkcampbell and @TVScoundrel! |
Author
|
@njx with pleasure. Thanks for the awesome piece of software! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for #6781
Followed the advise of njx and removed .gitignore, .gitattributes, .cvsignore, and .hgignore from the _exclusionListRegEx as a temporary fix until this becomes a user configurable feature.
Also added an extra TODO in the comments so this will not be forgotten.