Skip to content

Conversation

@vladak
Copy link
Member

@vladak vladak commented Feb 18, 2016

fixes #1015

/* Test handling of special directories. */
assertTrue(instance.ignore("usr/src/.git"));
assertFalse(instance.ignore("usr/src/foo.git"));

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a test where only FILE .repo will be ignored
but path which has .repo in it won't?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a test but with .git

@tarzanek
Copy link
Contributor

after the test is added, please merge

@tarzanek tarzanek added this to the 0.13 milestone Feb 19, 2016
vladak pushed a commit that referenced this pull request Feb 19, 2016
make the matching in Filter class more predictable
@vladak vladak merged commit e11cd60 into oracle:master Feb 19, 2016
@vladak vladak deleted the filter branch July 10, 2018 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Git repositories not indexed if directory name contains .git

2 participants