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

Implement --auto-ignore #2

Closed
jcdubacq opened this issue Sep 24, 2012 · 1 comment
Closed

Implement --auto-ignore #2

jcdubacq opened this issue Sep 24, 2012 · 1 comment
Assignees

Comments

@jcdubacq
Copy link
Owner

Currently, only .gitignore generation is supported. More CVS should be supported, and with that, a --auto-ignore. It could determine the bottommost CVS containing the input files and call the appropriate ignore function generator.

General outline:

  • set cvs=0
  • LOOP: Start from dir = current directory
  • search for dir/.svn, dir/.git, ... directories; modifiy cvs accordingly, out of loop if one found.
  • out of loop if dir == /
  • call appropriate functions according to cvs.
@ghost ghost assigned jcdubacq Sep 24, 2012
@jcdubacq
Copy link
Owner Author

jcdubacq commented Oct 2, 2012

SVN ignore module not implemented ; but options available now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant