Skip to content
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

gitignore support #15

Merged
merged 1 commit into from
May 19, 2019
Merged

gitignore support #15

merged 1 commit into from
May 19, 2019

Conversation

gaborbernat
Copy link
Collaborator

@gaborbernat gaborbernat commented May 8, 2019

  • ignore files ignored by .gitignore (the only side effect compared to calling git ls-files '*.py' now is the global gitignore),
  • allow source tree merge - before it merged only the root level, not nested folders

@gaborbernat gaborbernat changed the title ignore files ignored by .gitignore, allow source tree merge (not just 1 level) gitignore support May 8, 2019
@gaborbernat gaborbernat requested a review from ambv May 8, 2019 16:18
@ambv ambv merged commit c034ce5 into ambv:master May 19, 2019
aneeshusa added a commit to aneeshusa/retype that referenced this pull request Jul 16, 2019
This regression was introduced in ambv#15,
and causes errors like:
```
ValueError: '/Users/aagrawal/src/myproject/somefile.py' does not start with ''
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants