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

ignore based on package dirent name prior to dot- adjustment #116

Merged
merged 3 commits into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    5895906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e0d39b View commit details
    Browse the repository at this point in the history
  3. ignore based on package dirent name prior to dot- adjustment

    If `--dotfiles` was enabled, files in the package such as
    `dot-gitignore` would be translated to `.gitignore` and then ignored
    by the default ignore list.  However any file named `dot-*` in a
    package is obviously intended to be stowed as a dot file, so should
    not be ignored.
    
    To fix this, ignore based on the name in the package, not the
    potentially translated name used for stowing.
    aspiers committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    37025f5 View commit details
    Browse the repository at this point in the history