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

support .gitignore #524

Closed
4 tasks done
jelmer opened this issue Jun 19, 2017 · 2 comments
Closed
4 tasks done

support .gitignore #524

jelmer opened this issue Jun 19, 2017 · 2 comments
Assignees
Labels

Comments

@jelmer
Copy link
Owner

jelmer commented Jun 19, 2017

At the moment, Dulwich doesn't parse or honor .gitignore. It should.

  • Implement gitignore parser
  • Ignore files appropriately in dulwich.porcelain.add()
  • Ignore files appropriately in dulwich.porcelain.status()
  • Add a 'git check-ignore' command
@jelmer
Copy link
Owner Author

jelmer commented Jul 4, 2017

FWIW basic support for parsing ignore files is now present in master.

@jelmer
Copy link
Owner Author

jelmer commented Jul 15, 2017

This is now complete. However, there are still a couple of inconsistenies with C Git in how the files are parsed. To track the progress of the work on that, see #526

@jelmer jelmer closed this as completed Jul 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant