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

Optionally ignore extra dirs in gen-make-frag.sh. #833

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2024

  1. Optionally ignore extra dirs in gen-make-frag.sh.

    Details:
    - Implemented an option (-i LIST) to gen-make-frag.sh that allows the
      caller to optionally ignore additional directories when walking the
      source directory. (Note that previously the standard -- and only --
      way to ignore directories was to add them to the ignore_list file,
      which is a required argument to the script.)
    - I implemented this feature for something but then ended up not needing
      it, but figured it might be helpful in the future.
    fgvanzee committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    25b11d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Allow multiple -i options.

    fgvanzee committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    fa53325 View commit details
    Browse the repository at this point in the history